IWSManSession.Invoke 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.
Overloads
Invoke() | |
Invoke(String, Object, String, Int32) |
Invoke()
public object Invoke ();
abstract member Invoke : unit -> obj
Public Function Invoke () As Object
Returns
Applies to
Invoke(String, Object, String, Int32)
[System.Runtime.InteropServices.DispId(5)]
public string Invoke (string actionURI, object resourceUri, string parameters, int flags);
[<System.Runtime.InteropServices.DispId(5)>]
abstract member Invoke : string * obj * string * int -> string
Public Function Invoke (actionURI As String, resourceUri As Object, parameters As String, flags As Integer) As String
Parameters
- actionURI
- String
- resourceUri
- Object
- parameters
- String
- flags
- Int32
Returns
- Attributes