FileTransferProxy.BeginClose Method (AsyncCallback, Object)

Relativity Services API
Begins an asynchronous operation to close the communication object.

Namespace:  kCura.Relativity.Client
Assembly:  kCura.Relativity.Client (in kCura.Relativity.Client.dll) Version: 640db774aa42dfbe1785add27fbb41844ec5c7d4
Syntax

public IAsyncResult BeginClose(
	AsyncCallback callback,
	Object state
)

Parameters

callback
Type: System.AsyncCallback
The AsyncCallback delegate that receives notification of the completion of the asynchronous close operation.
state
Type: System.Object
An object, specified by the application, that contains state information associated with the asynchronous close operation.

Return Value

Type: IAsyncResult
The IAsyncResult that references the asynchronous close operation.

Implements

ICommunicationObject.BeginClose(AsyncCallback, Object)
See Also

Reference