ClientBase(TChannel) Methods

ClientBase(Of TChannel) Methods

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

The ClientBase(Of TChannel) type exposes the following members.

  NameDescription
Public method Abort Causes the ClientBase(Of TChannel) object to transition immediately from its current state into the closed state.
Protected method CreateChannel Returns a new channel from the client to the service.
Public method Equals(Object) Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Protected method GetDefaultValueForInitialization(Of T) Replicates the behavior of the default keyword in C#.
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method InvokeAsync Provides support for implementing the event-based asynchronous pattern. For more information about
this pattern, see Event-based Asynchronous Pattern Overview.
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)
Top

  NameDescription
Explicit interface implemetation Private method ICommunicationObject.BeginClose(AsyncCallback, Object) Begins an asynchronous operation to close the ClientBase(Of TChannel).
Explicit interface implemetation Private method ICommunicationObject.BeginClose(TimeSpan, AsyncCallback, Object) Begins an asynchronous operation to close the ClientBase(Of TChannel) with a specified time-out.
Explicit interface implemetation Private method ICommunicationObject.BeginOpen(AsyncCallback, Object) Begins an asynchronous operation to open the ClientBase(Of TChannel) object.
Explicit interface implemetation Private method ICommunicationObject.BeginOpen(TimeSpan, AsyncCallback, Object) Begins an asynchronous operation to open the ClientBase(Of TChannel) object within a specified interval of time.
Explicit interface implemetation Private method ICommunicationObject.Close Causes the ClientBase(Of TChannel) object to transition from its current state into the closed state.
Explicit interface implemetation Private method ICommunicationObject.Close(TimeSpan) Causes the ClientBase(Of TChannel) object to transition from its current state into the closed state.
Explicit interface implemetation Private method ICommunicationObject.EndClose Completes an asynchronous operation to close the ClientBase(Of TChannel) object.
Explicit interface implemetation Private method ICommunicationObject.EndOpen Completes an asynchronous operation to open the ClientBase(Of TChannel) object.
Explicit interface implemetation Private method ICommunicationObject.Open Causes the ClientBase(Of TChannel) object to transition from the created state into the opened state.
Explicit interface implemetation Private method ICommunicationObject.Open(TimeSpan) Causes the ClientBase(Of TChannel) object to transition from the created state into the opened state within a specified interval of time.
Top

Show:
© 2017 Microsoft