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
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: IAsyncResultThe IAsyncResult that references the asynchronous open operation.
Implements
ICommunicationObject.BeginOpen(AsyncCallback, Object)See Also