MailNotificationAgentServiceClient(String) Constructor |
Namespace: Scanjour.Process.PushNotification.MailNotifierServiceReferenceAssembly: Scanjour.Process.PushNotification_24.5.0.0 (in Scanjour.Process.PushNotification_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntaxpublic MailNotificationAgentServiceClient(
string endpointConfigurationName
)
Public Sub New (
endpointConfigurationName As String
)
public:
MailNotificationAgentServiceClient(
String^ endpointConfigurationName
)
new :
endpointConfigurationName : string -> MailNotificationAgentServiceClient
Parameters
- endpointConfigurationName String
[Missing <param name="endpointConfigurationName"/> documentation for "M:Scanjour.Process.PushNotification.MailNotifierServiceReference.MailNotificationAgentServiceClient.#ctor(System.String)"]
See Also