[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Converts from a ulong to a token

Namespace:  Microsoft.ConfigurationManagement.Messaging.Framework.Scheduler
Assembly:  Microsoft.ConfigurationManagement.Messaging(in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
static 
explicit operator 

ScheduleToken (
	
ulong 
value
)
Public 
Shared 
Narrowing 
Operator 
CType ( _
	
value 
As 
ULong _
) 
As 

ScheduleToken
static 
explicit operator 

ScheduleToken^ (
	
unsigned long long 
value
)

Parameters

value
UInt64

See Also