Load |
Scroll |
Loads the retention policy with the specified number from the Thereforeā¢ server.
Namespace: Therefore.API
Visual Basic Public Overridable Function Load ( _ nPolicyNo As Integer, _ pServer As ITheServer _ ) C# public virtual void Load ( int nPolicyNo, ITheServer pServer )
Parameters nPolicyNo Number of the retention policy 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. |