Scheduler for WinRT
Status Constructor(StatusTypeEnum)


The StatusTypeEnum value.
Creates a new instance of the Status class and initializes it with the specified type.
Syntax
'Declaration
 
Public Function New( _
   ByVal type As StatusTypeEnum _
)
'Usage
 
Dim type As StatusTypeEnum
 
Dim instance As New Status(type)
public Status( 
   StatusTypeEnum type
)

Parameters

type
The StatusTypeEnum value.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Status Class
Status Members
Overload List

 

 


Copyright (c) GrapeCity, inc. All rights reserved.