SessionBasedCmdletAdapter<TObjectInstance,TSession>.GenerateParentJobName Method

Definition

A new job name to use for the parent job that handles throttling of the child jobs that actually perform querying and method invocation.

protected:
 abstract System::String ^ GenerateParentJobName();
protected:
 abstract Platform::String ^ GenerateParentJobName();
 abstract std::wstring GenerateParentJobName();
protected abstract string GenerateParentJobName ();
abstract member GenerateParentJobName : unit -> string
Protected MustOverride Function GenerateParentJobName () As String

Returns

Applies to