C# Class Akka.Remote.Transport.InboundPayload

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

Méthodes publiques

Méthode Description
InboundPayload ( ByteString payload ) : System
ToString ( ) : string

Method Details

InboundPayload() public méthode

public InboundPayload ( ByteString payload ) : System
payload ByteString
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string