Click or drag to resize
DbServerClientGetNextJobs Method
Get all next jobs for the client

Namespace: DrawerBackup.Native.Clients
Assembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax
public IEnumerable<KeyValuePair<string, string>> GetNextJobs(
	JobKind kind,
	string clientId
)

Parameters

kind
Type: DrawerBackup.Native.Data.EntitiesJobKind
clientId
Type: SystemString

Return Value

Type: IEnumerableKeyValuePairString, String
See Also