new module:AMF/Remoting/Message(targetURI, responseURI, data)
Creates a new remoting Message
Parameters:
| Name | Type | Description |
|---|---|---|
targetURI |
string | The operation to invoke |
responseURI |
string | The unique operation name to match the response to the client invoke |
data |
Array.<any> | The provided message data |
- Source:
Members
data :Array.<any>
The provided message data
Type:
- Array.<any>
- Source:
responseURI :string
The unique operation name to match the response to the client invoke
Type:
- string
- Source:
targetURI :string
The operation to invoke
Type:
- string
- Source: