JAMS Developer Guide
Load Method (ISecurityWCF)


MVPSI.JAMS Namespace > ISecurityWCF Interface : Load Method
Load a general Security ACl.
Syntax
'Declaration
 
<System.ServiceModel.OperationContractAttribute()>
<System.ServiceModel.FaultContractAttribute(DetailType=MVPSI.JAMS.JAMSException, 
   Action="", 
   Name="", 
   Namespace="", 
   ProtectionLevel=ProtectionLevel.None, 
   HasProtectionLevel=False)>
Function Load( _
   ByVal securityType As AccessObject _
) As System.Threading.Tasks.Task(Of Security)
'Usage
 
Dim instance As ISecurityWCF
Dim securityType As AccessObject
Dim value As System.Threading.Tasks.Task(Of Security)
 
value = instance.Load(securityType)
[System.ServiceModel.OperationContract()]
[System.ServiceModel.FaultContract(DetailType=MVPSI.JAMS.JAMSException, 
   Action="", 
   Name="", 
   Namespace="", 
   ProtectionLevel=ProtectionLevel.None, 
   HasProtectionLevel=false)]
System.Threading.Tasks.Task<Security> Load( 
   AccessObject securityType
)

Parameters

securityType
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

ISecurityWCF Interface
ISecurityWCF Members