Method | Description | |
---|---|---|
ServiceRequestMessage ( ServiceName serviceName ) : System |
Initializes a new instance of the ServiceRequestMessage class.
|
Method | Description | |
---|---|---|
LoadData ( ) : void |
Called when type specific data need to be loaded.
|
|
SaveData ( ) : void |
Called when type specific data need to be saved.
|
Method | Description | |
---|---|---|
Process ( Session session ) : void |
public ServiceRequestMessage ( ServiceName serviceName ) : System | ||
serviceName | ServiceName | Name of the service. |
return | System |