IWSManSession.Delete(Object, Int32) 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
method of IWSManSession
interface.
[System.Runtime.InteropServices.DispId(4)]
public void Delete (object resourceUri, int flags);
[<System.Runtime.InteropServices.DispId(4)>]
abstract member Delete : obj * int -> unit
Public Sub Delete (resourceUri As Object, flags As Integer)
Parameters
- resourceUri
- Object
- flags
- Int32
- Attributes
Remarks
An original IDL definition of Delete
method was the following: HRESULT Delete (VARIANT resourceUri, [optional, defaultvalue(0)] long flags)
;