Метод | Описание | |
---|---|---|
DataEquals ( IRingMasterBackendRequest obj ) : bool | ||
Equals ( object obj ) : bool |
Determines whether the specified object is equal to this instance.
|
|
GetHashCode ( ) : int |
Returns a hash code for this instance.
|
Метод | Описание | |
---|---|---|
BackendRequestWithContext ( request, object context ) : System |
Initializes a new instance of the BackendRequestWithContext{TRequest, TReturn} class.
|
|
InvokeCallback ( int resultCode, object result, IStat stat, string responsePath ) : void | ||
MakeUid ( ulong uid ) : ulong |
Assigns a unique uid if the given uid is zero.
|
|
NotifyComplete ( int resultCode, result, IStat stat, string responsePath ) : void |
Notifies that the request has been completed.
|
protected BackendRequestWithContext ( request, object context ) : System | ||
request | The request | |
context | object | The context associated with the request |
Результат | System |
public DataEquals ( IRingMasterBackendRequest obj ) : bool | ||
obj | IRingMasterBackendRequest | |
Результат | bool |
public Equals ( object obj ) : bool | ||
obj | object | The object to compare with the current object. |
Результат | bool |
protected final InvokeCallback ( int resultCode, object result, IStat stat, string responsePath ) : void | ||
resultCode | int | |
result | object | |
stat | IStat | |
responsePath | string | |
Результат | void |
protected static MakeUid ( ulong uid ) : ulong | ||
uid | ulong | The uid to assign (or zero) |
Результат | ulong |
protected abstract NotifyComplete ( int resultCode, result, IStat stat, string responsePath ) : void | ||
resultCode | int | result code |
result | The result | |
stat | IStat | The stat |
responsePath | string | The response path |
Результат | void |