Loads/Refreshes the users details


Namespace: Dynmark.Services.API
Assembly: Dynmark.Services.API (in Dynmark.Services.API.dll)

Syntax

Visual Basic (Declaration)
Public Sub Load()
C#
public void Load()
C++
public:
 void Load() sealed 
J#
public void Load()
JScript
public  function Load()

Exceptions

Exception TypeCondition
ApiDeveloperExceptionThrown if a user has not been logged on prior to call to method
ApiConnectivityExceptionThrown if unable to connect to the web server

See Also