ClusResGroup.Online method

[The Online method is available for use in the operating systems specified in the Requirements section. It may be altered or unavailable in subsequent versions.]

Brings a group online.

Syntax

ClusResGroup.Online( _
  ByVal varTimeout, _
  [ ByVal objNode ] _
)

Parameters

varTimeout

A Variant that specifies how long (in seconds) the method should wait for the group to come online before setting varPending to TRUE and returning.

objNode [optional]

Optional ClusNode object specifying the node on which the group should be brought online. If no node is specified, the Online method brings the group online on the best possible node.

Return value

A Variant set to TRUE if the request is still pending.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2008 Enterprise, Windows Server 2008 Datacenter
Header
MsClus.h
IDL
MsClus.idl
Type library
MsClus.tlb
DLL
MsClus.dll
IID
IID_ISClusResGroup is defined as F2E60706-2631-11D1-89F1-00A0C90D061E

See also

ClusNode

ClusResGroup

Online