AsyncMonitor<T>(IBaseClient, String) Constructor
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.
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.