|
UM .NET API
6.17
|
UME Registration ID Extended Callback Info class. More...
Public Member Functions | |
| UMERegistrationIdExCallbackInfo () | |
| Creates a UMERegistrationIdExCallbackInfo object and sets all fields to 0/null. | |
| UMERegistrationIdExCallbackInfo (string source, uint sourceRegId, string store, ushort storeIndex, int flags, object srcCbArg) | |
| Creates a UMERegistrationIdExCallbackInfo object and initializes fields to the given values. More... | |
| uint | sourceRegistrationId () |
| Get the source's registration ID. More... | |
| ushort | storeIndex () |
| Get the store's index. More... | |
| string | store () |
| Get the store name (IP address). More... | |
| string | source () |
| Get the source name (IP address). More... | |
| int | flags () |
| Get informational flags. More... | |
| object | sourceClientObject () |
| Get per-source client object. More... | |
UME Registration ID Extended Callback Info class.
Contains information passed to user-supplied UME registration ID callbacks.
| com.latencybusters.lbm.UMERegistrationIdExCallbackInfo.UMERegistrationIdExCallbackInfo | ( | string | source, |
| uint | sourceRegId, | ||
| string | store, | ||
| ushort | storeIndex, | ||
| int | flags, | ||
| object | srcCbArg | ||
| ) |
Creates a UMERegistrationIdExCallbackInfo object and initializes fields to the given values.
| source | Name (IP address) of the source. |
| sourceRegId | Reg ID of the source. |
| store | Name (IP address) of the store. |
| storeIndex | Index of the store. |
| flags | Informational flags. |
| srcCbArg | Client-supplied source callback object if using the LBMSourceCreationCallback callback. |
| com.latencybusters.lbm.LBMEInvalException | Source registration ID must be >= 0. |
| com.latencybusters.lbm.LBMEInvalException | Store index must be >= 0. |
| int com.latencybusters.lbm.UMERegistrationIdExCallbackInfo.flags | ( | ) |
Get informational flags.
| string com.latencybusters.lbm.UMERegistrationIdExCallbackInfo.source | ( | ) |
Get the source name (IP address).
| object com.latencybusters.lbm.UMERegistrationIdExCallbackInfo.sourceClientObject | ( | ) |
Get per-source client object.
| uint com.latencybusters.lbm.UMERegistrationIdExCallbackInfo.sourceRegistrationId | ( | ) |
Get the source's registration ID.
| string com.latencybusters.lbm.UMERegistrationIdExCallbackInfo.store | ( | ) |
Get the store name (IP address).
| ushort com.latencybusters.lbm.UMERegistrationIdExCallbackInfo.storeIndex | ( | ) |
Get the store's index.