SessionBasedCmdletAdapter<TObjectInstance,TSession>.GenerateParentJobName Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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