Share via


AsyncMonitor<T>(IBaseClient, String) Constructor

Definition

Construct an Async Monitor.

public AsyncMonitor (Microsoft.Graph.IBaseClient client, string monitorUrl);
new Microsoft.Graph.AsyncMonitor<'T> : Microsoft.Graph.IBaseClient * string -> Microsoft.Graph.AsyncMonitor<'T>
Public Sub New (client As IBaseClient, monitorUrl As String)

Parameters

client
IBaseClient

The client to monitor.

monitorUrl
String

The URL to monitor.

Applies to