Click or drag to resize

MailNotificationAgentServiceClient Class

[Missing <summary> documentation for "T:Scanjour.Process.PushNotification.MailNotifierServiceReference.MailNotificationAgentServiceClient"]

Inheritance Hierarchy
SystemObject
  System.ServiceModelClientBaseIMailNotificationAgentService
    Scanjour.Process.PushNotification.MailNotifierServiceReferenceMailNotificationAgentServiceClient

Namespace: Scanjour.Process.PushNotification.MailNotifierServiceReference
Assembly: 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)
Syntax
public class MailNotificationAgentServiceClient : ClientBase<IMailNotificationAgentService>, 
	IMailNotificationAgentService

The MailNotificationAgentServiceClient type exposes the following members.

Constructors
 NameDescription
Public methodMailNotificationAgentServiceClientInitializes a new instance of the MailNotificationAgentServiceClient class
Public methodMailNotificationAgentServiceClient(String)Initializes a new instance of the MailNotificationAgentServiceClient class
Public methodMailNotificationAgentServiceClient(Binding, EndpointAddress)Initializes a new instance of the MailNotificationAgentServiceClient class
Public methodMailNotificationAgentServiceClient(String, EndpointAddress)Initializes a new instance of the MailNotificationAgentServiceClient class
Public methodMailNotificationAgentServiceClient(String, String)Initializes a new instance of the MailNotificationAgentServiceClient class
Top
Properties
 NameDescription
Protected propertyChannelGets the inner channel used to send messages to variously configured service endpoints.
(Inherited from ClientBaseIMailNotificationAgentService)
Public propertyChannelFactoryGets the underlying ChannelFactoryTChannel object.
(Inherited from ClientBaseIMailNotificationAgentService)
Public propertyClientCredentialsGets the client credentials used to call an operation.
(Inherited from ClientBaseIMailNotificationAgentService)
Public propertyEndpointGets the target endpoint for the service to which the WCF client can connect.
(Inherited from ClientBaseIMailNotificationAgentService)
Public propertyInnerChannelGets the underlying IClientChannel implementation.
(Inherited from ClientBaseIMailNotificationAgentService)
Public propertyStateGets the current state of the ClientBaseTChannel object.
(Inherited from ClientBaseIMailNotificationAgentService)
Top
Methods
 NameDescription
Public methodAbortCauses the ClientBaseTChannel object to transition immediately from its current state into the closed state.
(Inherited from ClientBaseIMailNotificationAgentService)
Public methodCloseCauses the ClientBaseTChannel object to transition from its current state into the closed state.
(Inherited from ClientBaseIMailNotificationAgentService)
Protected methodCreateChannelReturns a new channel to the service.
(Inherited from ClientBaseIMailNotificationAgentService)
Public methodDisplayInitializationUIInstructs the inner channel to display a user interface if one is required to initialize the channel prior to using it.
(Inherited from ClientBaseIMailNotificationAgentService)
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Protected methodGetDefaultValueForInitializationTReplicates the behavior of the default keyword in C#.
(Inherited from ClientBaseIMailNotificationAgentService)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodInvokeAsyncProvides support for implementing the event-based asynchronous pattern. For more information about this pattern, see Event-based Asynchronous Pattern Overview.
(Inherited from ClientBaseIMailNotificationAgentService)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodOpenCauses the ClientBaseTChannel object to transition from the created state into the opened state.
(Inherited from ClientBaseIMailNotificationAgentService)
Public methodSendEmailWithInstanceId 
Public methodSendEmailWithInstanceIdAsync 
Public methodSendEmailWithTaskId 
Public methodSendEmailWithTaskIdAsync 
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Extension Methods
See Also