C-DEngine 5.105

ICDEScopeManager..::..AddScopeID Method (String, String, String%, Boolean, Boolean)

Adds the scope identifier.

Namespace:  nsCDEngine.Interfaces
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


string AddScopeID(
	string pTopics,
	string pScramScopeID,
	ref string pMessageSID,
	bool bFirstTopicOnly,
	bool IsScramRScope
)
Function AddScopeID ( _
	pTopics As String, _
	pScramScopeID As String, _
	ByRef pMessageSID As String, _
	bFirstTopicOnly As Boolean, _
	IsScramRScope As Boolean _
) As String
String^ AddScopeID(
	String^ pTopics, 
	String^ pScramScopeID, 
	String^% pMessageSID, 
	bool^ bFirstTopicOnly, 
	bool^ IsScramRScope
)

Parameters

pTopics
Type: String
The topics.
pScramScopeID
Type: String
The scrambled scope identifier.
pMessageSID
Type: String%
The message sid.
bFirstTopicOnly
Type: Boolean
if set to true [b first topic only].
IsScramRScope
Type: Boolean
if set to true [is scram r scope].

Return Value

System.String.