NServiceBus.Pipeline.LogicalMessage.UpdateMessageInstance C# (CSharp) Method

UpdateMessageInstance() private method

private UpdateMessageInstance ( object newInstance ) : void
newInstance object
return void
        public void UpdateMessageInstance(object newInstance)
        {
            throw new NotImplementedException();
        }
    }