C# Class WireBus.WireContext

A context describing a received message and the ability to reply to it.
Afficher le fichier Open project: bytenik/WireBus.NET

Méthodes publiques

Méthode Description
Reply ( byte message ) : void

Reply to the message

ReplyAsync ( byte message ) : System.Threading.Tasks.Task

Reply to the message

Private Methods

Méthode Description
WireContext ( WireBusClient client, byte message ) : System
WireContext ( WireBusClient client, byte message, uint id ) : System

Method Details

Reply() public méthode

Reply to the message
non-replyable message
public Reply ( byte message ) : void
message byte the reply message data
Résultat void

ReplyAsync() public méthode

Reply to the message
non-replyable message
public ReplyAsync ( byte message ) : System.Threading.Tasks.Task
message byte the reply message data
Résultat System.Threading.Tasks.Task