Distributed.MessageQueue.Providers.Aliyun.AliyunMessage.PutUserProperty C# (CSharp) Méthode

PutUserProperty() public méthode

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