ConnectOptions<T>(String, T) 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.
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.