Partager via


IWSManSession.Put(Object, String, Int32) Method

Definition

Put method of IWSManSession interface.

[System.Runtime.InteropServices.DispId(2)]
public string Put (object resourceUri, string resource, int flags);
[<System.Runtime.InteropServices.DispId(2)>]
abstract member Put : obj * string * int -> string
Public Function Put (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 Put method was the following: HRESULT Put (VARIANT resourceUri, BSTR resource, [optional, defaultvalue(0)] long flags, [out, retval] BSTR* ReturnValue);

Applies to