Distributed.MessageQueue.Providers.Aliyun.AliyunMessage.PutUserProperty C# (CSharp) 메소드

PutUserProperty() 공개 메소드

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