Share via


ConnectOptions<T>(String, T) Constructor

Definition

Represents the connect options for a generic type.

public ConnectOptions(string WsEndpoint, T Options);
new Azure.Developer.Playwright.ConnectOptions<'T (requires 'T : null and 'T : (new : unit -> 'T))> : string * 'T -> Azure.Developer.Playwright.ConnectOptions<'T (requires 'T : null and 'T : (new : unit -> 'T))>
Public Sub New (WsEndpoint As String, Options As T)

Parameters

WsEndpoint
String
Options
T

Remarks

Initializes a new instance of the ConnectOptions<T> class.

Applies to