C-DEngine 5.105

TheISBConnect..::..Subscribe Method

Subscribes to Custom topics on this ISB Connection. The Topics will be scoped with the scope used during connect

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

Syntax


public bool Subscribe(
	string pTopics
)
Public Function Subscribe ( _
	pTopics As String _
) As Boolean
public:
bool^ Subscribe(
	String^ pTopics
)

Parameters

pTopics
Type: String
List of topics to subscribe to separated by ;

Return Value