LitmusSoapApiSoapClient Constructor (String, String)
|
Alterian Email Manager 6.2.3 SDK Help File Namespace:
DMLibrary.LitmusAssembly:
DMLibrary (in DMLibrary.dll) Version: 1.0.6340.17420
Syntaxpublic LitmusSoapApiSoapClient(
string endpointConfigurationName,
string remoteAddress
)
Public Sub New (
endpointConfigurationName As String,
remoteAddress As String
)
public:
LitmusSoapApiSoapClient(
String^ endpointConfigurationName,
String^ remoteAddress
)
new :
endpointConfigurationName : string *
remoteAddress : string -> LitmusSoapApiSoapClient
DMLibrary.Litmus.LitmusSoapApiSoapClient = function(endpointConfigurationName, remoteAddress);
Parameters
- endpointConfigurationName
- Type: SystemString
- remoteAddress
- Type: SystemString
See Also