'Declaration<NotNullAttribute()> Public Overloads Shared Function Connect() As Scheduler
[NotNull()] public static Scheduler Connect()
Return Value
A Scheduler object representing a session with the adTempus server
'Declaration<NotNullAttribute()> Public Overloads Shared Function Connect() As Scheduler
[NotNull()] public static Scheduler Connect()
| Exception | Description |
|---|---|
| ArcanaDevelopment.adTempus.Shared.LogonFailureException | Occurs if the caller does not have permission to connect to the adTempus server. |
| ArcanaDevelopment.adTempus.Shared.ServerNotFoundException | Thrown if the adTempus service cannot be contacted. This could be because:
|