LitmusSoapApiSoapGetResult Method
|
Alterian Email Manager 6.2.3 SDK Help File Namespace:
DMLibrary.LitmusAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
SyntaxClient GetResult(
string apiKey,
string apiPass,
int resultId
)
Function GetResult (
apiKey As String,
apiPass As String,
resultId As Integer
) As Client
Client^ GetResult(
String^ apiKey,
String^ apiPass,
int resultId
)
abstract GetResult :
apiKey : string *
apiPass : string *
resultId : int -> Client
function GetResult(apiKey, apiPass, resultId);
Parameters
- apiKey
- Type: SystemString
- apiPass
- Type: SystemString
- resultId
- Type: SystemInt32
Return Value
Type:
Client
See Also