Example #1
0
 public ServiceResponseMessageWithResponseContext(
     string responseMessage, RemoteServiceBusResponseContext context)
 {
     this.ResponseMessageContent = responseMessage;
     this.ResponseContext        = context;
 }
 public ServiceCommandResultWithResponseContext(
     IServiceCommandResult result, RemoteServiceBusResponseContext context)
 {
     this.ServiceCommandResult = result;
     this.ResponseContext      = context;
 }