프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
Execute ( ) : void |
Executes the request and waits for a response from the Service Management API Control is delegated back to the calling class when the reponse comes back which releases the WaitHandle
|
|
Parse ( |
Used to get and instance of the BaseParser that will parse the Xml response from the Fabric
|
|
ToString ( ) : string |
Used to return the routable value of the command to the correct notification interface
|
메소드 | 설명 | |
---|---|---|
CreatePayload ( ) : string |
Creates an empty Xml payload since the service command itself does not expect a response - overriden in a derived class which does
|
|
ErrorResponseCallback ( |
The error callback exception that will be attached to if the response presents a failure of some sort - to be routed to a notification interface of a certain type
|
|
ResponseCallback ( |
Initially used via a response callback for commands which expect a async response
|
|
ServiceCommand ( ) : System |
protected ErrorResponseCallback ( |
||
exception | The web exception as it stands | |
리턴 | void |
public static Parse ( |
||
response | the HttpWebResponse that is returned | |
root | string | the root element neededs |
baseParser | used to parse the response coming back | |
리턴 | dynamic |
protected ResponseCallback ( |
||
webResponse | the HttpWebResponse that will be sent back to the user from the request | |
리턴 | void |