Method | Description | |
---|---|---|
AddMessage ( System.Guid workspaceId, IList |
Adds the message.
|
|
ClearObservable ( ) : void | ||
CompileMessageRepo ( ) : System | ||
CompileMessageRepo ( string persistPath, bool activateBackgroundWorker = true ) : System | ||
Dispose ( ) : void | ||
FetchMessages ( System.Guid workspaceId, System.Guid serviceId, IList |
Fetches the messages.
|
|
FetchMessages ( System.Guid workspaceId, System.Guid serviceId, IList |
||
MessageCount ( System.Guid wId ) : int | ||
Persist ( string path ) : void |
Persists the specified path.
|
|
Ping ( ) : bool | ||
RemoveMessages ( System.Guid workspaceId, System.Guid serviceId ) : bool |
Removes the message.
|
Method | Description | |
---|---|---|
HydrateFromDisk ( string path ) : void |
Hydrates from disk.
|
|
InitPersistence ( string path ) : void |
Inits the persistence.
|
public AddMessage ( System.Guid workspaceId, IList |
||
workspaceId | System.Guid | The workspace ID. |
msgs | IList |
The MSGS. |
return | bool |
public CompileMessageRepo ( string persistPath, bool activateBackgroundWorker = true ) : System | ||
persistPath | string | |
activateBackgroundWorker | bool | |
return | System |
public FetchMessages ( System.Guid workspaceId, System.Guid serviceId, IList |
||
workspaceId | System.Guid | The workspace ID. |
serviceId | System.Guid | The service ID. |
deps | IList |
The deps. |
filter | CompileMessageType | The filter. |
return |
public FetchMessages ( System.Guid workspaceId, System.Guid serviceId, IList |
||
workspaceId | System.Guid | |
serviceId | System.Guid | |
dependants | IList |
|
filter | CompileMessageType | |
return |
public MessageCount ( System.Guid wId ) : int | ||
wId | System.Guid | |
return | int |
public RemoveMessages ( System.Guid workspaceId, System.Guid serviceId ) : bool | ||
workspaceId | System.Guid | The workspace ID. |
serviceId | System.Guid | The service ID. |
return | bool |