JAMS 6.x Help
Setup Method (IWaitFor)


The IWaitFor interface is for internal use. Use the WaitFor class instead.
Syntax
'Declaration
 
<System.ServiceModel.OperationContractAttribute()>
<System.ServiceModel.FaultContractAttribute(DetailType=MVPSI.JAMS.JAMSException, 
   Action="", 
   Name="", 
   Namespace="", 
   ProtectionLevel=ProtectionLevel.None, 
   HasProtectionLevel=False)>
Sub Setup( _
   ByVal requesterId As System.Guid, _
   ByVal requesterEntry As System.Integer, _
   ByVal setupName As System.String, _
   ByVal minimumSeverity As Severity, _
   ByVal completedSince As System.Date, _
   ByVal waitForAll As System.Boolean _
) 
'Usage
 
Dim instance As IWaitFor
Dim requesterId As System.Guid
Dim requesterEntry As System.Integer
Dim setupName As System.String
Dim minimumSeverity As Severity
Dim completedSince As System.Date
Dim waitForAll As System.Boolean
 
instance.Setup(requesterId, requesterEntry, setupName, minimumSeverity, completedSince, waitForAll)
[System.ServiceModel.OperationContract()]
[System.ServiceModel.FaultContract(DetailType=MVPSI.JAMS.JAMSException, 
   Action="", 
   Name="", 
   Namespace="", 
   ProtectionLevel=ProtectionLevel.None, 
   HasProtectionLevel=false)]
void Setup( 
   System.Guid requesterId,
   System.int requesterEntry,
   System.string setupName,
   Severity minimumSeverity,
   System.DateTime completedSince,
   System.bool waitForAll
)

Parameters

requesterId
requesterEntry
setupName
minimumSeverity
completedSince
waitForAll
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

IWaitFor Interface
IWaitFor Members