PushNotificationAgentServiceClient Class

Scanjour Workflow4 Reference Manual

[Missing <summary> documentation for "T:Scanjour.Process.PushNotification.PushNotifierServiceReference.PushNotificationAgentServiceClient"]

Inheritance Hierarchy

SystemObject
  System.ServiceModelClientBaseIPushNotificationAgentService
    Scanjour.Process.PushNotification.PushNotifierServiceReferencePushNotificationAgentServiceClient

Namespace:  Scanjour.Process.PushNotification.PushNotifierServiceReference
Assembly:  Scanjour.Process.PushNotification_23.1.0.0 (in Scanjour.Process.PushNotification_23.1.0.0.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

public class PushNotificationAgentServiceClient : ClientBase<IPushNotificationAgentService>, 
	IPushNotificationAgentService

The PushNotificationAgentServiceClient type exposes the following members.

Constructors

  NameDescription
Public methodPushNotificationAgentServiceClient
Initializes a new instance of the PushNotificationAgentServiceClient class
Public methodPushNotificationAgentServiceClient(String)
Initializes a new instance of the PushNotificationAgentServiceClient class
Public methodPushNotificationAgentServiceClient(Binding, EndpointAddress)
Initializes a new instance of the PushNotificationAgentServiceClient class
Public methodPushNotificationAgentServiceClient(String, EndpointAddress)
Initializes a new instance of the PushNotificationAgentServiceClient class
Public methodPushNotificationAgentServiceClient(String, String)
Initializes a new instance of the PushNotificationAgentServiceClient class
Top
Properties

  NameDescription
Protected propertyChannel
Gets the inner channel used to send messages to variously configured service endpoints.
(Inherited from ClientBaseIPushNotificationAgentService.)
Public propertyChannelFactory (Inherited from ClientBaseIPushNotificationAgentService.)
Public propertyClientCredentials
Gets the client credentials used to call an operation.
(Inherited from ClientBaseIPushNotificationAgentService.)
Public propertyEndpoint
Gets the target endpoint for the service to which the WCF client can connect.
(Inherited from ClientBaseIPushNotificationAgentService.)
Public propertyInnerChannel
Gets the underlying IClientChannel implementation.
(Inherited from ClientBaseIPushNotificationAgentService.)
Public propertyState (Inherited from ClientBaseIPushNotificationAgentService.)
Top
Methods

  NameDescription
Public methodAbort (Inherited from ClientBaseIPushNotificationAgentService.)
Public methodClose (Inherited from ClientBaseIPushNotificationAgentService.)
Protected methodCreateChannel
Returns a new channel to the service.
(Inherited from ClientBaseIPushNotificationAgentService.)
Public methodDisplayInitializationUI
Instructs the inner channel to display a user interface if one is required to initialize the channel prior to using it.
(Inherited from ClientBaseIPushNotificationAgentService.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Protected methodGetDefaultValueForInitializationT
Replicates the behavior of the default keyword in C#.
(Inherited from ClientBaseIPushNotificationAgentService.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodInvokeAsync
Provides support for implementing the event-based asynchronous pattern. For more information about this pattern, see Event-based Asynchronous Pattern Overview.
(Inherited from ClientBaseIPushNotificationAgentService.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOpen (Inherited from ClientBaseIPushNotificationAgentService.)
Public methodPush
Public methodPushAsync
Public methodPushMany
Public methodPushManyAsync
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also

Reference