Public Member Functions | |
AuthenticateRequest (IRpcProtocol protocol, OperationRequest operationRequest) | |
AuthenticateRequest () | |
![]() | |
Operation (IRpcProtocol protocol, OperationRequest request) | |
Initializes a new instance of the Operation class. This contructor is used for incoming operations. More... | |
Operation () | |
Initializes a new instance of the Operation class. This contructor is used for outgoing operations. More... | |
void | OnComplete () |
Updates photon counters for the measure execution time. Call OnStart first. More... | |
void | OnStart () |
Starts measuring the execution time. Call OnComplete to update photon counters. More... | |
![]() | |
string | GetErrorMessage () |
Gets a message containing descriptive entries for each missing or invalid paramter. More... | |
Dictionary< byte, object > | ToDictionary () |
Converts all properties flagged with the DataMemberAttribute to a dictionary. More... | |
Properties | |
string | ApplicationId [get, set] |
string | ApplicationVersion [get, set] |
string | Token [get, set] |
string | UserId [get, set] |
object | InternalClientAuthenticationType [get, set] |
byte | ClientAuthenticationType [get, set] |
string | ClientAuthenticationParams [get, set] |
object | ClientAuthenticationData [get, set] |
string | Region [get, set] |
int | Flags [get, set] |
![]() | |
OperationRequest | OperationRequest [get] |
Gets the underlying OperationRequest. More... | |
![]() | |
bool | IsValid [get] |
Gets a value indicating whether all operation parameter are initialized. Call the GetErrorMessage method to get a detailed description for all missing parameters. More... | |
![]() | |
string | ApplicationId [get] |
string | ApplicationVersion [get] |
string | Token [get, set] |
string | UserId [get, set] |
string | Region [get, set] |
byte | ClientAuthenticationType [get, set] |
string | ClientAuthenticationParams [get] |
object | ClientAuthenticationData [get] |
int | Flags [get] |
Additional Inherited Members | |
![]() | |
static long | GetTimestamp () |
![]() | |
byte | Code => this.OperationRequest.OperationCode |
RequestMetaData | RequestMetaData => this.OperationRequest?.RequestMetaData |
![]() | |
virtual void | OnCompleted () |
this method is called from inside of OnComplete() if startTime is not null More... | |
virtual void | OnStarted () |
called from inside of OnStart just after startTime is set More... | |
![]() | |
DataContract (IRpcProtocol protocol, IDictionary< byte, object > dataMembers) | |
Initializes a new instance of the DataContract class. The params dictionary is mapped to properties flagged with the DataMemberAttribute. Check the IsValid property after creation to determine if all paramters have been initialized correctly. More... | |
DataContract () | |
Initializes a new instance of the DataContract class. More... | |
![]() | |
string | errorMessage |
The error message. More... | |
bool | isValid |
The is valid. More... | |
|
inline |
|
inline |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |
|
getset |