Method | Description | |
---|---|---|
Main ( string args ) : void |
Method | Description | |
---|---|---|
DelayForQiConsistency ( ) : void |
Delays the program for an amount of time to allow the multiple servers on Qi to become consistent with recent calls.
|
|
DumpEvents ( IEnumerable |
Prints out each event in the list of events given
|
|
GetQiAdministrationService ( ) : IQiAdministrationService |
Returns a service which makes calls taht manage namespaces
|
|
GetQiDataService ( string namespaceId ) : IQiDataService |
Returns a service which makes calls taht manage data held in streams
|
|
GetQiMetadataService ( string namespaceId ) : IQiMetadataService |
Returns a service which makes calls that manage streams, types, and behaviors
|
|
GetQiSecurityHandler ( ) : QiSecurityHandler |
This will return a QiSecurityHandler using the values held in Constants
|
|
HandleQiCallAsync ( Func |
Makes the asynchronous Qi call and handles any exceptions that may follow
|
|
PrintError ( string exceptionDescription, |
Prints out a formated error string
|
protected static DelayForQiConsistency ( ) : void | ||
return | void |
protected static DumpEvents ( IEnumerable |
||
evnts | IEnumerable |
|
return | void |
protected static GetQiAdministrationService ( ) : IQiAdministrationService | ||
return | IQiAdministrationService |
protected static GetQiDataService ( string namespaceId ) : IQiDataService | ||
namespaceId | string | |
return | IQiDataService |
protected static GetQiMetadataService ( string namespaceId ) : IQiMetadataService | ||
namespaceId | string | The id of the namespace that the service will interface with |
return | IQiMetadataService |
protected static GetQiSecurityHandler ( ) : QiSecurityHandler | ||
return | QiSecurityHandler |
protected static HandleQiCallAsync ( Func |
||
qiCallAsync | Func |
A function that returns an asychronous call to Qi |
return | System.Threading.Task |
protected static PrintError ( string exceptionDescription, |
||
exceptionDescription | string | A description of what may have caused the exception |
exception | The exception itself | |
return | void |