ISession.Login
| Syntax | Parameters | Return Value |
|---|---|---|
Sub ISession.Login( _
username As String, _
password As String, _
ByRef sessionID As String, _
ByRef ppIId As Identity, _
Optional WSID As String = NULL, _
Optional bPhantom As Boolean = FALSE, _
Optional bScheduled As Boolean = FALSE)
|
Type: String
Type: String
Type: String
Type: Identity
Type: String Default value: NULL
Type: Boolean Default value: FALSE
Type: Boolean Default value: FALSE Default value: NULL |
This function does not return a value. |