Share via


IWSManSession.Delete(Object, Int32) Method

Definition

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);

Applies to