class O2GRequest

Parents
System.IDisposable

Brief

The request object.

Details

The requests are sent to the server to perform some operations.

For all requests, an appropriate response will be sent back. The request and response can be associated by request id.

To create a request, use the O2GRequestFactory interface.

To send a request, use the O2GSession.sendRequest method.

To get a request execution result, please implement and subscribe the IO2GResponseListener interface.

The type defined in the fxcore2.dll assembly. The namespace is fxcore2.

Public Properties

ChildrenCount

Gets the number of child requests.

RequestID

Gets the unique request identifier.

Public Methods

Dispose

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

getChildRequest

Gets one child request.

back