Build 1.01.318.0

[This is preliminary documentation and is subject to change.]

The TcpAsyncOperation<(Of <(<'T>)>)> type exposes the following members.

Constructors

  NameDescription
Public methodTcpAsyncOperation<(Of <(<'T>)>)>
Initializes the object with a callback

Methods

  NameDescription
Public methodComplete(T)
Called when an asynchronous operation completes.
Public methodComplete(Boolean, T)
Called when an asynchronous operation completes.
Public methodDispose()()()()
Frees any unmanaged resources.
Protected methodDispose(Boolean)
An overrideable version of the Dispose.
Public methodEnd
The response returned from the server.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodFault(ServiceResult)
Called when an asynchronous operation completes.
Public methodFault(Boolean, ServiceResult)
Called when an asynchronous operation completes.
Public methodFault(UInt32, String, array<Object>[]()[][])
Called when an asynchronous operation completes.
Public methodFault(Boolean, UInt32, String, array<Object>[]()[][])
Called when an asynchronous operation completes.
Public methodFault(Exception, UInt32, String, array<Object>[]()[][])
Called when an asynchronous operation completes.
Public methodFault(Boolean, Exception, UInt32, String, array<Object>[]()[][])
Called when an asynchronous operation completes.
Protected methodFinalize
The finializer implementation.
(Overrides Object..::..Finalize()()()().)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodInternalComplete
Called when an asynchronous operation completes.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyAsyncState
Public propertyAsyncWaitHandle
Public propertyCompletedSynchronously
Public propertyIsCompleted
Public propertyProperties
Stores additional state information associated with the operation.

See Also