Method | Description | |
---|---|---|
Route ( this bus, object message ) : System.Threading.Tasks.Task | ||
Route ( this bus, object message, System.Guid routingSlipId ) : System.Threading.Tasks.Task |
Method | Description | |
---|---|---|
BuildSendOptions ( System.Guid routingSlipId, string destinations ) : SendOptions |
public static Route ( this bus, object message ) : System.Threading.Tasks.Task | ||
bus | this | |
message | object | |
return | System.Threading.Tasks.Task |
public static Route ( this bus, object message, System.Guid routingSlipId ) : System.Threading.Tasks.Task | ||
bus | this | |
message | object | |
routingSlipId | System.Guid | |
return | System.Threading.Tasks.Task |