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

Parses a long representation of a schedule token into a well-formed object

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

Syntax

                 
  C#     Visual Basic     Visual C++  
public 
static 

ScheduleToken 
FromBitmask(
	
ulong 
schedule
)
Public 
Shared 
Function 
FromBitmask ( _
	
schedule 
As 
ULong _
) 
As 

ScheduleToken
public:
static 

ScheduleToken^ 
FromBitmask(
	
unsigned long long 
schedule
)

Parameters

schedule
UInt64

Return Value

String representation of schedule

See Also