|
DbServerClientGetNextJobs Method |
Get all next jobs for the client
Namespace: DrawerBackup.Native.ClientsAssembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntaxpublic IEnumerable<KeyValuePair<string, string>> GetNextJobs(
JobKind kind,
string clientId
)
Public Function GetNextJobs (
kind As JobKind,
clientId As String
) As IEnumerable(Of KeyValuePair(Of String, String))
public:
IEnumerable<KeyValuePair<String^, String^>>^ GetNextJobs(
JobKind kind,
String^ clientId
)
member GetNextJobs :
kind : JobKind *
clientId : string -> IEnumerable<KeyValuePair<string, string>>
Parameters
- kind
- Type: DrawerBackup.Native.Data.EntitiesJobKind
- clientId
- Type: SystemString
Return Value
Type:
IEnumerableKeyValuePairString,
String
See Also