C-DEngine 5.105

TheContentServiceEngine..::..RegisterWithServiceNodes Method

Sends a registration request to all known nodes

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

Syntax


public void RegisterWithServiceNodes(
	Action<string, TheUPnPDeviceInfo> pCallback
)
Public Sub RegisterWithServiceNodes ( _
	pCallback As Action(Of String, TheUPnPDeviceInfo) _
)
public:
void RegisterWithServiceNodes(
	Action<String^, TheUPnPDeviceInfo^>^ pCallback
)

Parameters

pCallback
Type: Action<(Of <(<'String, TheUPnPDeviceInfo>)>)>
Will be called once the registration was successful