JAMS Developer Guide
Resource Method (IWaitForWCF)


MVPSI.JAMS Namespace > IWaitForWCF Interface : Resource 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)>
Sub Resource( _
   ByVal requester As System.Guid, _
   ByVal requesterEntry As System.Integer, _
   ByVal resourceName As System.String, _
   ByVal quantity As System.Integer, _
   ByVal nodeName As System.String _
) 
'Usage
 
Dim instance As IWaitForWCF
Dim requester As System.Guid
Dim requesterEntry As System.Integer
Dim resourceName As System.String
Dim quantity As System.Integer
Dim nodeName As System.String
 
instance.Resource(requester, requesterEntry, resourceName, quantity, nodeName)
[System.ServiceModel.OperationContract()]
[System.ServiceModel.FaultContract(DetailType=MVPSI.JAMS.JAMSException, 
   Action="", 
   Name="", 
   Namespace="", 
   ProtectionLevel=ProtectionLevel.None, 
   HasProtectionLevel=false)]
void Resource( 
   System.Guid requester,
   System.int requesterEntry,
   System.string resourceName,
   System.int quantity,
   System.string nodeName
)

Parameters

requester
requesterEntry
resourceName
quantity
nodeName
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