IAdministrationService.DeleteResolutionState(Guid) 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.
Delete a ResolutionState.
public:
void DeleteResolutionState(Guid resolutionStateId);
public void DeleteResolutionState (Guid resolutionStateId);
abstract member DeleteResolutionState : Guid -> unit
Public Sub DeleteResolutionState (resolutionStateId As Guid)
Parameters
- resolutionStateId
- Guid
The resolution state id.