NServiceBus.OutgoingPhysicalMessageContext.UpdateMessage C# (CSharp) Method

UpdateMessage() public method

public UpdateMessage ( byte body ) : void
body byte
return void
        public void UpdateMessage(byte[] body)
        {
            Body = body;
        }
    }