PowerShell-Docs icon indicating copy to clipboard operation
PowerShell-Docs copied to clipboard

How to Support Jobs - Example Members Not Implemented

Open juvtib opened this issue 3 years ago • 0 comments

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.

juvtib avatar Mar 07 '21 09:03 juvtib