C# Class MessageBus.Core.CallbackInfo

Afficher le fichier Open project: parshim/MessageBus Class Usage Examples

Méthodes publiques

Méthode Description
CallbackInfo ( Exception>.Action callback, Type replyType ) : System
CallbackInfo ( Exception>.Action callback, Type replyType, ManualResetEvent ev, RegisteredWaitHandle handle ) : System
SetResponse ( MessageBus.Core.API.RawBusMessage message, Exception exception ) : void

Method Details

CallbackInfo() public méthode

public CallbackInfo ( Exception>.Action callback, Type replyType ) : System
callback Exception>.Action
replyType System.Type
Résultat System

CallbackInfo() public méthode

public CallbackInfo ( Exception>.Action callback, Type replyType, ManualResetEvent ev, RegisteredWaitHandle handle ) : System
callback Exception>.Action
replyType System.Type
ev ManualResetEvent
handle RegisteredWaitHandle
Résultat System

SetResponse() public méthode

public SetResponse ( MessageBus.Core.API.RawBusMessage message, Exception exception ) : void
message MessageBus.Core.API.RawBusMessage
exception System.Exception
Résultat void