- Namespace
- Xenial
.Delicious .Commanders - Interfaces
-
- IDisposable
- Base Types
-
- object
- TastyCommander
- Derived Types
graph BT
Type-->Base0["TastyCommander"]
click Base0 "/api/Xenial.Delicious.Commanders/TastyCommander"
Base0-->Base1["object"]
Type-.->Interface0["IDisposable"]
Type["TastyRemoteCommander"]
class Type type-node
Derived0["TastyScopeCommander"]-->Type
click Derived0 "/api/Xenial.Delicious.Commanders/TastyScopeCommander"
Derived1["TastyProcessCommander"]-->Type
click Derived1 "/api/Xenial.Delicious.Commanders/TastyProcessCommander"
Syntax
public class TastyRemoteCommander : TastyCommander, IDisposable
Constructors
Properties
Name | Value | Summary |
---|---|---|
ConnectionString | Uri | |
End |
Action? |
Inherited from TastyCommander
|
IsConnected | bool |
Inherited from TastyCommander
|
IsDisposed | bool |
Inherited from TastyCommander
|
IsRunning | bool |
Inherited from TastyCommander
|
LoadPlugins | bool |
Inherited from TastyCommander
|
Test |
Action? |
Inherited from TastyCommander
|
Methods
Name | Value | Summary |
---|---|---|
ConnectAsync |
Task |
|
Dispose |
void |
Inherited from TastyCommander
|
Dispose |
void |
Inherited from TastyCommander
|
DoExecuteCommand |
Task |
Inherited from TastyCommander
|
Do |
Task |
Inherited from TastyCommander
|
RegisterReporter |
TastyCommander |
Inherited from TastyCommander
|
RegisterReporter |
TastyCommander |
Inherited from TastyCommander
|
RegisterTransport |
TastyCommander |
Inherited from TastyCommander
|
Run |
IAsyncEnumerable |
|
TryConnect |
Task | |
TryLoadPlugins |
Task |
Inherited from TastyCommander
|
WaitForResults |
IAsyncEnumerable |
Inherited from TastyCommander
|
Extension Methods
Name | Value | Summary |
---|---|---|
UseInMemoryTransport |
TastyCommander | |
Use |
TastyCommander |