FileTransferProxy.BeginOpen Method (TimeSpan, AsyncCallback, Object)

Relativity Services API
Begins an asynchronous operation to open a communication object within a specified interval of time.

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

public IAsyncResult BeginOpen(
	TimeSpan timeout,
	AsyncCallback callback,
	Object state
)

Parameters

timeout
Type: System.TimeSpan
The Timespan that specifies how long the send operation has to complete before timing out.
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(TimeSpan, AsyncCallback, Object)
See Also

Reference