Property | Type | Description | |
---|---|---|---|
Destination | string | ||
Operation | string | ||
Parameters | dynamic[] |
Method | Description | |
---|---|---|
RemoteProcedureCallEventArgs ( string destination, string operation, dynamic parameters, bool invokedByProxy = false ) : System |
public RemoteProcedureCallEventArgs ( string destination, string operation, dynamic parameters, bool invokedByProxy = false ) : System | ||
destination | string | |
operation | string | |
parameters | dynamic | |
invokedByProxy | bool | |
return | System |