Method | Description | |
---|---|---|
FindService ( System.Guid serviceID, System.Guid workspaceID ) : |
Finds the service by ID
|
|
FindService ( string serviceName, System.Guid workspaceID ) : |
Finds the service by name
|
|
FindSourceByName ( string sourceName, System.Guid workspaceID ) : |
Finds the source by name
|
public FindService ( System.Guid serviceID, System.Guid workspaceID ) : |
||
serviceID | System.Guid | ID of the service. |
workspaceID | System.Guid | The workspace ID. |
return |
public FindService ( string serviceName, System.Guid workspaceID ) : |
||
serviceName | string | Name of the service. |
workspaceID | System.Guid | The workspace ID. |
return |
public FindSourceByName ( string sourceName, System.Guid workspaceID ) : |
||
sourceName | string | Name of the source. |
workspaceID | System.Guid | The workspace ID. |
return |