C-DEngine 5.105

TheScopeManager..::..GenerateNewAppDeviceID Method

Creates a new DeviceID/NodeID for the current Application Scope

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

Syntax


public static Guid GenerateNewAppDeviceID(
	cdeSenderType tS
)
Public Shared Function GenerateNewAppDeviceID ( _
	tS As cdeSenderType _
) As Guid
public:
static Guid^ GenerateNewAppDeviceID(
	cdeSenderType^ tS
)

Parameters

tS
Type: nsCDEngine.ViewModels..::..cdeSenderType
Sender Type of the Node

Return Value