PowerShell-Docs
PowerShell-Docs copied to clipboard
How to Support Jobs - Example Members Not Implemented
We are looking at example code, but several common members return NotImplementedException()
. Are these documented elsewhere?
public override string StatusMessage
{
get { throw new NotImplementedException(); }
}
public override string Location
{
get { throw new NotImplementedException(); }
}
public override void StopJob()
{
throw new NotImplementedException();
}
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
- ID: 98c13d87-511f-c9f3-ded2-4d546570bad8
- Version Independent ID: ddfef008-6b0f-6d6b-64f5-e0319fb728c0
- Content: How to Support Jobs - PowerShell
- Content Source: reference/docs-conceptual/developer/cmdlet/how-to-support-jobs.md
- Product: powershell
- Technology: powershell-conceptual
- GitHub Login: @joeyaiello
- Microsoft Alias: jaiello