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