'Declaration
Public Overloads Shared Sub Load( _ ByRef credential As Credential, _ ByVal credentialName As System.String, _ ByVal credentialID As System.Integer, _ ByVal js As Server _ )
'Usage
Dim credential As Credential Dim credentialName As System.String Dim credentialID As System.Integer Dim js As Server Credential.Load(credential, credentialName, credentialID, js)
public static void Load( out Credential credential, System.string credentialName, System.int credentialID, Server js )
Parameters
- credential
- The JAMS Credential definition which is returned from this method
- credentialName
- User Name
- credentialID
- User ID
- js
- The JAMS Server to load from