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
- sessionIDevToolsSession
- The IDevToolsSession to be used with this adapter. 
Exceptions
- ArgumentNullException
- If - sessionis 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
- commandGetDomainsCommandSettings
- cancellationTokenCancellationToken
- millisecondsTimeoutint?
- throwExceptionIfResponseNotReceivedbool