Method | Description | |
---|---|---|
GetCorrelationId ( this env ) : System.Guid | ||
GetEventType ( this env ) : string | ||
GetId ( this env ) : System.Guid | ||
GetReplyTo ( this env ) : string | ||
GetSendTime ( this env ) : System.DateTime | ||
GetTopic ( this env ) : string | ||
SetCorrelationId ( this env, System.Guid correlationId ) : void | ||
SetEventType ( this env, string type ) : void | ||
SetId ( this env, System.Guid id ) : void | ||
SetReplyTo ( this env, string replyTo ) : void | ||
SetSendTime ( this env, System.DateTime sendTime ) : void | ||
SetTopic ( this env, string topic ) : void |
public static GetCorrelationId ( this env ) : System.Guid | ||
env | this | |
return | System.Guid |
public static GetEventType ( this env ) : string | ||
env | this | |
return | string |
public static GetId ( this env ) : System.Guid | ||
env | this | |
return | System.Guid |
public static GetReplyTo ( this env ) : string | ||
env | this | |
return | string |
public static GetSendTime ( this env ) : System.DateTime | ||
env | this | |
return | System.DateTime |
public static SetCorrelationId ( this env, System.Guid correlationId ) : void | ||
env | this | |
correlationId | System.Guid | |
return | void |
public static SetEventType ( this env, string type ) : void | ||
env | this | |
type | string | |
return | void |
public static SetId ( this env, System.Guid id ) : void | ||
env | this | |
id | System.Guid | |
return | void |
public static SetReplyTo ( this env, string replyTo ) : void | ||
env | this | |
replyTo | string | |
return | void |
public static SetSendTime ( this env, System.DateTime sendTime ) : void | ||
env | this | |
sendTime | System.DateTime | |
return | void |
public static SetTopic ( this env, string topic ) : void | ||
env | this | |
topic | string | |
return | void |