FileTransferProxy.EndOpen Method

Relativity Services API
Completes 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 void EndOpen(
	IAsyncResult result
)

Parameters

result
Type: System.IAsyncResult
The IAsyncResult that is returned by a call to the BeginOpen() method.

Implements

ICommunicationObject.EndOpen(IAsyncResult)
See Also

Reference