Distributed.MessageQueue.Providers.Aliyun.AliyunMessage.PutUserProperty C# (CSharp) Method

PutUserProperty() public method

public PutUserProperty ( string key, string value ) : void
key string
value string
return void
        public void PutUserProperty(string key, string value)
        {
            Message.putUserProperty(key, value);
        }