IWSManSession.Create(Object, String, Int32) Method

Definition

Create method of IWSManSession interface.

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

Parameters

resourceUri
Object
resource
String
flags
Int32

Returns

Attributes

Remarks

An original IDL definition of Create method was the following: HRESULT Create (VARIANT resourceUri, BSTR resource, [optional, defaultvalue(0)] long flags, [out, retval] BSTR* ReturnValue);

Applies to