FileTransferProxy.BeginOpen Method (AsyncCallback, Object)

Relativity Services API
Begins an asynchronous operation to open a communication object.

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

public IAsyncResult BeginOpen(
	AsyncCallback callback,
	Object state
)

Parameters

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

Return Value

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

Implements

ICommunicationObject.BeginOpen(AsyncCallback, Object)
See Also

Reference