MVPSI.JAMS Namespace > IWaitFor Interface : Check Method |
'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 IWaitFor 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 )
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