C# Class strICT.InFlow.Db.Contracts.InFlow.M_Message

Enity Message
Afficher le fichier Open project: InFlowBPM/InFlow-BPMS Class Usage Examples

Méthodes publiques

Méthode Description
M_Message ( ) : Microsoft.ServiceBus.Messaging

constructor

M_Message ( BrokeredMessage m ) : Microsoft.ServiceBus.Messaging

constructor

M_Message ( string senderId, string recipientSubject, string recipientUsername, string type, string data ) : Microsoft.ServiceBus.Messaging

constructor

toBrokeredMessage ( ) : BrokeredMessage

convert message to brokeredMessage

toWorkflowNotification ( ) : WorkflowNotification

convert message to workflowNotification

Method Details

M_Message() public méthode

constructor
public M_Message ( ) : Microsoft.ServiceBus.Messaging
Résultat Microsoft.ServiceBus.Messaging

M_Message() public méthode

constructor
public M_Message ( BrokeredMessage m ) : Microsoft.ServiceBus.Messaging
m BrokeredMessage BrokerMessage
Résultat Microsoft.ServiceBus.Messaging

M_Message() public méthode

constructor
public M_Message ( string senderId, string recipientSubject, string recipientUsername, string type, string data ) : Microsoft.ServiceBus.Messaging
senderId string
recipientSubject string
recipientUsername string
type string
data string
Résultat Microsoft.ServiceBus.Messaging

toBrokeredMessage() public méthode

convert message to brokeredMessage
public toBrokeredMessage ( ) : BrokeredMessage
Résultat BrokeredMessage

toWorkflowNotification() public méthode

convert message to workflowNotification
public toWorkflowNotification ( ) : WorkflowNotification
Résultat WorkflowNotification