JAMS Developer Guide
StartMonitoring Method


MVPSI.JAMS Namespace > IMonitor Interface : StartMonitoring Method
StartMonitoring method
Syntax
'Declaration
 
<System.ServiceModel.OperationContractAttribute()>
Sub StartMonitoring( _
   ByVal clientId As System.Guid _
) 
'Usage
 
Dim instance As IMonitor
Dim clientId As System.Guid
 
instance.StartMonitoring(clientId)
[System.ServiceModel.OperationContract()]
void StartMonitoring( 
   System.Guid clientId
)

Parameters

clientId
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

IMonitor Interface
IMonitor Members