C# Class amp.messaging.EnvelopeExtensions

Afficher le fichier Open project: Berico-Technologies/AMP

Méthodes publiques

Méthode Description
GetCorrelationId ( this env ) : System.Guid
GetCorrelationId ( string>.this headers ) : System.Guid
GetCreationTime ( this env ) : System.DateTime
GetDigitalSignature ( this env ) : byte[]
GetDigitalSignature ( string>.this headers ) : byte[]
GetMessageId ( this env ) : System.Guid
GetMessageId ( string>.this headers ) : System.Guid
GetMessagePattern ( this env ) : string
GetMessagePattern ( string>.this headers ) : string
GetMessageTopic ( this env ) : string
GetMessageTopic ( string>.this headers ) : string
GetMessageType ( this env ) : string
GetMessageType ( string>.this headers ) : string
GetReceiptTime ( this env ) : System.DateTime
GetReceiptTime ( string>.this headers ) : System.DateTime
GetRpcTimeout ( this env ) : System.TimeSpan
GetRpcTimeout ( string>.this headers ) : System.TimeSpan
GetSenderIdentity ( this env ) : string
GetSenderIdentity ( string>.this headers ) : string
IsPubSub ( this env ) : bool
IsRequest ( this env ) : bool
IsRpc ( this env ) : bool
SetCorrelationId ( this env, System.Guid id ) : void
SetCorrelationId ( this env, string id ) : void
SetCorrelationId ( string>.this headers, System.Guid id ) : void
SetCorrelationId ( string>.this headers, string id ) : void
SetCreationTime ( this env, System.DateTime date ) : void
SetDigitalSignature ( this env, byte signature ) : void
SetDigitalSignature ( string>.this headers, byte signature ) : void
SetMessageId ( this env, System.Guid id ) : void
SetMessageId ( this env, string id ) : void
SetMessageId ( string>.this headers, System.Guid id ) : void
SetMessageId ( string>.this headers, string id ) : void
SetMessagePattern ( this env, string pattern ) : void
SetMessagePattern ( string>.this headers, string pattern ) : void
SetMessageTopic ( this env, string messageTopic ) : void
SetMessageTopic ( string>.this headers, string messageTopic ) : void
SetMessageType ( this env, string messageType ) : void
SetMessageType ( string>.this headers, string messageType ) : void
SetReceiptTime ( this env, System.DateTime date ) : void
SetReceiptTime ( string>.this headers, System.DateTime date ) : void
SetRpcTimeout ( this env, System.TimeSpan timeout ) : void
SetRpcTimeout ( string>.this headers, System.TimeSpan timeout ) : void
SetSenderIdentity ( this env, string identity ) : void
SetSenderIdentity ( string>.this headers, string identity ) : void

Method Details

GetCorrelationId() public static méthode

public static GetCorrelationId ( this env ) : System.Guid
env this
Résultat System.Guid

GetCorrelationId() public static méthode

public static GetCorrelationId ( string>.this headers ) : System.Guid
headers string>.this
Résultat System.Guid

GetCreationTime() public static méthode

public static GetCreationTime ( this env ) : System.DateTime
env this
Résultat System.DateTime

GetDigitalSignature() public static méthode

public static GetDigitalSignature ( this env ) : byte[]
env this
Résultat byte[]

GetDigitalSignature() public static méthode

public static GetDigitalSignature ( string>.this headers ) : byte[]
headers string>.this
Résultat byte[]

GetMessageId() public static méthode

public static GetMessageId ( this env ) : System.Guid
env this
Résultat System.Guid

GetMessageId() public static méthode

public static GetMessageId ( string>.this headers ) : System.Guid
headers string>.this
Résultat System.Guid

GetMessagePattern() public static méthode

public static GetMessagePattern ( this env ) : string
env this
Résultat string

GetMessagePattern() public static méthode

public static GetMessagePattern ( string>.this headers ) : string
headers string>.this
Résultat string

GetMessageTopic() public static méthode

public static GetMessageTopic ( this env ) : string
env this
Résultat string

GetMessageTopic() public static méthode

public static GetMessageTopic ( string>.this headers ) : string
headers string>.this
Résultat string

GetMessageType() public static méthode

public static GetMessageType ( this env ) : string
env this
Résultat string

GetMessageType() public static méthode

public static GetMessageType ( string>.this headers ) : string
headers string>.this
Résultat string

GetReceiptTime() public static méthode

public static GetReceiptTime ( this env ) : System.DateTime
env this
Résultat System.DateTime

GetReceiptTime() public static méthode

public static GetReceiptTime ( string>.this headers ) : System.DateTime
headers string>.this
Résultat System.DateTime

GetRpcTimeout() public static méthode

public static GetRpcTimeout ( this env ) : System.TimeSpan
env this
Résultat System.TimeSpan

GetRpcTimeout() public static méthode

public static GetRpcTimeout ( string>.this headers ) : System.TimeSpan
headers string>.this
Résultat System.TimeSpan

GetSenderIdentity() public static méthode

public static GetSenderIdentity ( this env ) : string
env this
Résultat string

GetSenderIdentity() public static méthode

public static GetSenderIdentity ( string>.this headers ) : string
headers string>.this
Résultat string

IsPubSub() public static méthode

public static IsPubSub ( this env ) : bool
env this
Résultat bool

IsRequest() public static méthode

public static IsRequest ( this env ) : bool
env this
Résultat bool

IsRpc() public static méthode

public static IsRpc ( this env ) : bool
env this
Résultat bool

SetCorrelationId() public static méthode

public static SetCorrelationId ( this env, System.Guid id ) : void
env this
id System.Guid
Résultat void

SetCorrelationId() public static méthode

public static SetCorrelationId ( this env, string id ) : void
env this
id string
Résultat void

SetCorrelationId() public static méthode

public static SetCorrelationId ( string>.this headers, System.Guid id ) : void
headers string>.this
id System.Guid
Résultat void

SetCorrelationId() public static méthode

public static SetCorrelationId ( string>.this headers, string id ) : void
headers string>.this
id string
Résultat void

SetCreationTime() public static méthode

public static SetCreationTime ( this env, System.DateTime date ) : void
env this
date System.DateTime
Résultat void

SetDigitalSignature() public static méthode

public static SetDigitalSignature ( this env, byte signature ) : void
env this
signature byte
Résultat void

SetDigitalSignature() public static méthode

public static SetDigitalSignature ( string>.this headers, byte signature ) : void
headers string>.this
signature byte
Résultat void

SetMessageId() public static méthode

public static SetMessageId ( this env, System.Guid id ) : void
env this
id System.Guid
Résultat void

SetMessageId() public static méthode

public static SetMessageId ( this env, string id ) : void
env this
id string
Résultat void

SetMessageId() public static méthode

public static SetMessageId ( string>.this headers, System.Guid id ) : void
headers string>.this
id System.Guid
Résultat void

SetMessageId() public static méthode

public static SetMessageId ( string>.this headers, string id ) : void
headers string>.this
id string
Résultat void

SetMessagePattern() public static méthode

public static SetMessagePattern ( this env, string pattern ) : void
env this
pattern string
Résultat void

SetMessagePattern() public static méthode

public static SetMessagePattern ( string>.this headers, string pattern ) : void
headers string>.this
pattern string
Résultat void

SetMessageTopic() public static méthode

public static SetMessageTopic ( this env, string messageTopic ) : void
env this
messageTopic string
Résultat void

SetMessageTopic() public static méthode

public static SetMessageTopic ( string>.this headers, string messageTopic ) : void
headers string>.this
messageTopic string
Résultat void

SetMessageType() public static méthode

public static SetMessageType ( this env, string messageType ) : void
env this
messageType string
Résultat void

SetMessageType() public static méthode

public static SetMessageType ( string>.this headers, string messageType ) : void
headers string>.this
messageType string
Résultat void

SetReceiptTime() public static méthode

public static SetReceiptTime ( this env, System.DateTime date ) : void
env this
date System.DateTime
Résultat void

SetReceiptTime() public static méthode

public static SetReceiptTime ( string>.this headers, System.DateTime date ) : void
headers string>.this
date System.DateTime
Résultat void

SetRpcTimeout() public static méthode

public static SetRpcTimeout ( this env, System.TimeSpan timeout ) : void
env this
timeout System.TimeSpan
Résultat void

SetRpcTimeout() public static méthode

public static SetRpcTimeout ( string>.this headers, System.TimeSpan timeout ) : void
headers string>.this
timeout System.TimeSpan
Résultat void

SetSenderIdentity() public static méthode

public static SetSenderIdentity ( this env, string identity ) : void
env this
identity string
Résultat void

SetSenderIdentity() public static méthode

public static SetSenderIdentity ( string>.this headers, string identity ) : void
headers string>.this
identity string
Résultat void