MVPSI.JAMS Namespace > IWaitFor Interface : Entry Method |
'Declaration
<System.ServiceModel.OperationContractAttribute()> <System.ServiceModel.FaultContractAttribute(DetailType=MVPSI.JAMS.JAMSException, Action="", Name="", Namespace="", ProtectionLevel=ProtectionLevel.None, HasProtectionLevel=False)> Sub Entry( _ ByVal requesterId As System.Guid, _ ByVal requesterEntry As System.Integer, _ ByVal dependEntry As System.Integer, _ ByVal minimumSeverity As Severity _ )
'Usage
Dim instance As IWaitFor Dim requesterId As System.Guid Dim requesterEntry As System.Integer Dim dependEntry As System.Integer Dim minimumSeverity As Severity instance.Entry(requesterId, requesterEntry, dependEntry, minimumSeverity)
[System.ServiceModel.OperationContract()] [System.ServiceModel.FaultContract(DetailType=MVPSI.JAMS.JAMSException, Action="", Name="", Namespace="", ProtectionLevel=ProtectionLevel.None, HasProtectionLevel=false)] void Entry( System.Guid requesterId, System.int requesterEntry, System.int dependEntry, Severity minimumSeverity )
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