Load |
Scroll |
Loads the role with the specified number from the Thereforeā¢ server.
Namespace: Therefore.API
Visual Basic Public Overridable Function Load ( _ nRoleNo As Integer, _ pServer As ITheServer _ ) C# public virtual void Load ( int nRoleNo, ITheServer pServer )
Parameters nRoleNo Number of the role to load.
pServer Reference to an TheServer object. |
|
Automatically Connects If the specified TheServer is not connected the method will try to connect using default settings. |