ScriptHost.CallAsync 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.
public virtual System.Threading.Tasks.Task CallAsync (string method, System.Collections.Generic.Dictionary<string,object> arguments, System.Threading.CancellationToken cancellationToken = default);
override this.CallAsync : string * System.Collections.Generic.Dictionary<string, obj> * System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Overridable Function CallAsync (method As String, arguments As Dictionary(Of String, Object), Optional cancellationToken As CancellationToken = Nothing) As Task
Parameters
- method
- String
- arguments
- Dictionary<String,Object>
- cancellationToken
- CancellationToken