IWSManSession.Create(Object, String, 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.
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)
;