Class SchemaAdapter
Represents an adapter for the Schema domain to simplify the command interface.
public class SchemaAdapter
- Inheritance
-
SchemaAdapter
- Inherited Members
Constructors
SchemaAdapter(IDevToolsSession)
Initializes a new instance of the SchemaAdapter class.
public SchemaAdapter(IDevToolsSession session)
Parameters
session
IDevToolsSessionThe IDevToolsSession to be used with this adapter.
Exceptions
- ArgumentNullException
If
session
is null.
Properties
Session
Gets the DevToolsSession associated with the adapter.
public IDevToolsSession Session { get; }
Property Value
Methods
GetDomains(GetDomainsCommandSettings?, CancellationToken, int?, bool)
getDomains
public Task<GetDomainsCommandResponse> GetDomains(GetDomainsCommandSettings? command = null, CancellationToken cancellationToken = default, int? millisecondsTimeout = null, bool throwExceptionIfResponseNotReceived = true)
Parameters
command
GetDomainsCommandSettingscancellationToken
CancellationTokenmillisecondsTimeout
int?throwExceptionIfResponseNotReceived
bool