C# Class Distributed.MessageQueue.Providers.Aliyun.AliyunMessage

Inheritance: IRequestMessage, IResponseMessage
Mostra file Open project: RabbitTeam/Distributed Class Usage Examples

Public Methods

Method Description
AliyunMessage ( ) : System
AliyunMessage ( Message message ) : System
GetSystemProperty ( string key ) : string
GetUserProperty ( string key ) : string
PutSystemProperty ( string key, string value ) : void
PutUserProperty ( string key, string value ) : void

Method Details

AliyunMessage() public method

public AliyunMessage ( ) : System
return System

AliyunMessage() public method

public AliyunMessage ( Message message ) : System
message Message
return System

GetSystemProperty() public method

public GetSystemProperty ( string key ) : string
key string
return string

GetUserProperty() public method

public GetUserProperty ( string key ) : string
key string
return string

PutSystemProperty() public method

public PutSystemProperty ( string key, string value ) : void
key string
value string
return void

PutUserProperty() public method

public PutUserProperty ( string key, string value ) : void
key string
value string
return void