Begins receiving message data asynchronously.
Declaring type: Message
Namespace: Zyan.Communication.Protocols.Tcp.DuplexChannel
Assembly: Zyan.Communication
Collapse/Expand Syntax
C#
public static IAsyncResult BeginReceive (
        Connection connection,
        AsyncCallback callback,
        object asyncState
) 
Parameters
connection
Duplex Channel Connection
callback
Delegate to invoke, when asynchronous operation is completed
asyncState
Pass through state object
Return Value
Result