Méthode | Description | |
---|---|---|
LoadData ( ) : void |
Called when type specific data need to be loaded.
|
|
RequestMessage ( ServiceName serviceName, string username, string methodName ) : System |
Initializes a new instance of the RequestMessage class.
|
|
SaveData ( ) : void |
Called when type specific data need to be saved.
|
Méthode | Description | |
---|---|---|
Process ( Session session ) : void |
protected RequestMessage ( ServiceName serviceName, string username, string methodName ) : System | ||
serviceName | ServiceName | Name of the service. |
username | string | Authentication username. |
methodName | string | The name of the authentication method. |
Résultat | System |