C# Class Akka.Remote.Transport.InboundPayload

Message sent to the listener registered to an association (via the TaskCompletionSource returned by AssociationHandle.ReadHandlerSource)
Inheritance: IHandleEvent
Datei anzeigen Open project: rogeralsing/akka.net

Public Methods

Method Description
InboundPayload ( ByteString payload ) : System
ToString ( ) : string

Method Details

InboundPayload() public method

public InboundPayload ( ByteString payload ) : System
payload ByteString
return System

ToString() public method

public ToString ( ) : string
return string