Click or drag to resize
CoreLoadModel Method

[Missing <summary> documentation for "M:RFM.Services.Core.LoadModel(System.String,System.String,System.String)"]

Namespace: RFM.Services
Assembly: RFMServices (in RFMServices.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Response LoadModel(
	string authToken,
	string model,
	string userKey
)

Parameters

authToken
Type: SystemString

[Missing <param name="authToken"/> documentation for "M:RFM.Services.Core.LoadModel(System.String,System.String,System.String)"]

model
Type: SystemString

[Missing <param name="model"/> documentation for "M:RFM.Services.Core.LoadModel(System.String,System.String,System.String)"]

userKey
Type: SystemString

[Missing <param name="userKey"/> documentation for "M:RFM.Services.Core.LoadModel(System.String,System.String,System.String)"]

Return Value

Type: Response

[Missing <returns> documentation for "M:RFM.Services.Core.LoadModel(System.String,System.String,System.String)"]

Implements

ICoreLoadModel(String, String, String)
See Also