Method | Description | |
---|---|---|
Add ( IExecutableService service ) : void | ||
Clear ( ) : void | ||
DoesQueueHaveSpace ( ) : bool | ||
Get ( System.Guid workspaceID, System.Guid id ) : IExecutableService | ||
Remove ( IExecutableService service ) : bool |
Method | Description | |
---|---|---|
ClearNullExecutions ( ) : void | ||
ExecutableServiceRepository ( ) : System | ||
GetParent ( System.Guid workspaceID, System.Guid parentID ) : IExecutableService |
public Add ( IExecutableService service ) : void | ||
service | IExecutableService | |
return | void |
public Get ( System.Guid workspaceID, System.Guid id ) : IExecutableService | ||
workspaceID | System.Guid | |
id | System.Guid | |
return | IExecutableService |
public Remove ( IExecutableService service ) : bool | ||
service | IExecutableService | |
return | bool |