JAMS Developer Guide
Check Method (IWaitForWCF)


MVPSI.JAMS Namespace > IWaitForWCF Interface : Check Method
The IWaitForWCF 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)>
Function Check( _
   ByVal requester As System.Guid, _
   ByVal maximumWait As System.TimeSpan _
) As System.Boolean
'Usage
 
Dim instance As IWaitForWCF
Dim requester As System.Guid
Dim maximumWait As System.TimeSpan
Dim value As System.Boolean
 
value = instance.Check(requester, maximumWait)
[System.ServiceModel.OperationContract()]
[System.ServiceModel.FaultContract(DetailType=MVPSI.JAMS.JAMSException, 
   Action="", 
   Name="", 
   Namespace="", 
   ProtectionLevel=ProtectionLevel.None, 
   HasProtectionLevel=false)]
System.bool Check( 
   System.Guid requester,
   System.TimeSpan maximumWait
)

Parameters

requester
maximumWait
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

IWaitForWCF Interface
IWaitForWCF Members