Partager via


IWSManSession.Enumerate(Object, String, String, Int32) Method

Definition

Enumerate method of IWSManSession interface.

[System.Runtime.InteropServices.DispId(6)]
public object Enumerate (object resourceUri, string filter, string dialect, int flags);
[<System.Runtime.InteropServices.DispId(6)>]
abstract member Enumerate : obj * string * string * int -> obj
Public Function Enumerate (resourceUri As Object, filter As String, dialect As String, flags As Integer) As Object

Parameters

resourceUri
Object
filter
String
dialect
String
flags
Int32

Returns

Attributes

Remarks

An original IDL definition of Enumerate method was the following: HRESULT Enumerate (VARIANT resourceUri, [optional, defaultvalue(string.Empty)] BSTR filter, [optional, defaultvalue(string.Empty)] BSTR dialect, [optional, defaultvalue(0)] long flags, [out, retval] IDispatch** ReturnValue);

Applies to