[This is preliminary documentation and is subject to change.]
Instance is used to create and manage a SDK instance.
Instances are used to either manage bots or world server administration.
Each instance manages its own events, callbacks, and state.
Remarks
This class DOES NOT does not represent the SDK as a whole, but rather a small unit of the SDK.
This class should not be mistaken as the entire SDK by novice programmers and programmers moving over from Visual Basic 6.
For more information on how multiple instances work, please refer to the "Multiple Instances" topic under the Concepts section.
Syntax
| C# |
|---|
public sealed class Instance : IDisposable |
| Visual Basic (Declaration) |
|---|
Public NotInheritable Class Instance _ Implements IDisposable |