TheCommRequestResponse..::..ParseRequestOrResponseMessage Method (TSM, array<String>[]()[][]%, Guid%)
Parses the TXT of the message in the format name:correlationToken:param1:param2...
Namespace:
nsCDEngine.CommunicationAssembly: C-DEngine (in C-DEngine.dll)
Syntax
public static string ParseRequestOrResponseMessage( TSM message, out string[] messageParameters, out Guid correlationToken )
Public Shared Function ParseRequestOrResponseMessage ( _ message As TSM, _ <OutAttribute> ByRef messageParameters As String(), _ <OutAttribute> ByRef correlationToken As Guid _ ) As String
public: static String^ ParseRequestOrResponseMessage( TSM^ message, [OutAttribute] array<String^>^% messageParameters, [OutAttribute] Guid^% correlationToken )
Parameters
- message
- Type: nsCDEngine.BaseClasses..::..TSM
The message that contains the TXT to parse.
- messageParameters
- Type: array<String>[]()[][]%
The returned array of parts of the TXT split by ':'
- correlationToken
- Type: Guid%
The returned correlation token of the message found in the TXT.