[Missing <summary> documentation for "M:RFM.Services.Core.LoadModel(System.String,System.String,System.String)"]
Namespace: RFM.ServicesAssembly: RFMServices (in RFMServices.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Response LoadModel(
string authToken,
string model,
string userKey
)
Public Function LoadModel (
authToken As String,
model As String,
userKey As String
) As Response
public:
virtual Response^ LoadModel(
String^ authToken,
String^ model,
String^ userKey
) sealed
abstract LoadModel :
authToken : string *
model : string *
userKey : string -> Response
override LoadModel :
authToken : string *
model : string *
userKey : string -> Response
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