JAMS Developer Guide
Check Method (INamedTimeWCF)


MVPSI.JAMS Namespace > INamedTimeWCF Interface : Check Method
Check this NamedTime.
Syntax
'Declaration
 
<System.ServiceModel.OperationContractAttribute()>
<System.ServiceModel.FaultContractAttribute(DetailType=MVPSI.JAMS.JAMSException, 
   Action="", 
   Name="", 
   Namespace="", 
   ProtectionLevel=ProtectionLevel.None, 
   HasProtectionLevel=False)>
Function Check( _
   ByVal timeID As System.Integer, _
   ByVal timeName As System.String, _
   ByVal access As ObjectAccess _
) As System.Threading.Tasks.Task(Of CheckResult)
'Usage
 
Dim instance As INamedTimeWCF
Dim timeID As System.Integer
Dim timeName As System.String
Dim access As ObjectAccess
Dim value As System.Threading.Tasks.Task(Of CheckResult)
 
value = instance.Check(timeID, timeName, access)
[System.ServiceModel.OperationContract()]
[System.ServiceModel.FaultContract(DetailType=MVPSI.JAMS.JAMSException, 
   Action="", 
   Name="", 
   Namespace="", 
   ProtectionLevel=ProtectionLevel.None, 
   HasProtectionLevel=false)]
System.Threading.Tasks.Task<CheckResult> Check( 
   System.int timeID,
   System.string timeName,
   ObjectAccess access
)

Parameters

timeID
timeName
access
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

INamedTimeWCF Interface
INamedTimeWCF Members