[Missing <summary> documentation for "T:Scanjour.Process.PushNotification.PushNotifierServiceReference.PushNotificationAgentServiceClient"]
Inheritance Hierarchy
System.ServiceModelClientBaseIPushNotificationAgentService
Scanjour.Process.PushNotification.PushNotifierServiceReferencePushNotificationAgentServiceClient
Namespace: Scanjour.Process.PushNotification.PushNotifierServiceReference
Assembly: Scanjour.Process.PushNotification_23.3.0.0 (in Scanjour.Process.PushNotification_23.3.0.0.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax
public class PushNotificationAgentServiceClient : ClientBase<IPushNotificationAgentService>, IPushNotificationAgentService
The PushNotificationAgentServiceClient type exposes the following members.
Constructors
Name | Description | |
---|---|---|
PushNotificationAgentServiceClient | Initializes a new instance of the PushNotificationAgentServiceClient class | |
PushNotificationAgentServiceClient(String) | Initializes a new instance of the PushNotificationAgentServiceClient class | |
PushNotificationAgentServiceClient(Binding, EndpointAddress) | Initializes a new instance of the PushNotificationAgentServiceClient class | |
PushNotificationAgentServiceClient(String, EndpointAddress) | Initializes a new instance of the PushNotificationAgentServiceClient class | |
PushNotificationAgentServiceClient(String, String) | Initializes a new instance of the PushNotificationAgentServiceClient class |
Properties
Name | Description | |
---|---|---|
Channel | Gets the inner channel used to send messages to variously configured service endpoints. (Inherited from ClientBaseIPushNotificationAgentService.) | |
ChannelFactory | Gets the underlying ChannelFactoryTChannel object. (Inherited from ClientBaseIPushNotificationAgentService.) | |
ClientCredentials | Gets the client credentials used to call an operation. (Inherited from ClientBaseIPushNotificationAgentService.) | |
Endpoint | Gets the target endpoint for the service to which the WCF client can connect. (Inherited from ClientBaseIPushNotificationAgentService.) | |
InnerChannel | Gets the underlying IClientChannel implementation. (Inherited from ClientBaseIPushNotificationAgentService.) | |
State | Gets the current state of the ClientBaseTChannel object. (Inherited from ClientBaseIPushNotificationAgentService.) |
Methods
Name | Description | |
---|---|---|
Abort | Causes the ClientBaseTChannel object to transition immediately from its current state into the closed state. (Inherited from ClientBaseIPushNotificationAgentService.) | |
Close | Causes the ClientBaseTChannel object to transition from its current state into the closed state. (Inherited from ClientBaseIPushNotificationAgentService.) | |
CreateChannel | Returns a new channel to the service. (Inherited from ClientBaseIPushNotificationAgentService.) | |
DisplayInitializationUI | Instructs the inner channel to display a user interface if one is required to initialize the channel prior to using it. (Inherited from ClientBaseIPushNotificationAgentService.) | |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetDefaultValueForInitializationT | Replicates the behavior of the default keyword in C#. (Inherited from ClientBaseIPushNotificationAgentService.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
InvokeAsync | Provides support for implementing the event-based asynchronous pattern. For more information about this pattern, see Event-based Asynchronous Pattern Overview. (Inherited from ClientBaseIPushNotificationAgentService.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Open | Causes the ClientBaseTChannel object to transition from the created state into the opened state. (Inherited from ClientBaseIPushNotificationAgentService.) | |
Push | ||
PushAsync | ||
PushMany | ||
PushManyAsync | ||
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Extension Methods
Name | Description | |
---|---|---|
FormatFromDictionary | (Defined by DictionaryExtensions.) | |
GetFirstValue | (Defined by DictionaryExtensions.) |
See Also