|
Beamable SDK
|


Public Member Functions | |
| DeleteVolumeCommand (params string[] volumes) | |
| DeleteVolumeCommand (StorageObjectDescriptor storage) | |
| override string | GetCommandString () |
Public Member Functions inherited from Beamable.Server.Editor.DockerCommands.DockerCommandReturnable< Dictionary< string, bool > > | |
| override void | Start () |
| virtual Promise< T > | StartAsync () |
Public Attributes | |
| Dictionary< string, bool > | Results |
Public Attributes inherited from Beamable.Server.Editor.DockerCommands.DockerCommandReturnable< Dictionary< string, bool > > | |
| Action< string > | OnStandardOut |
| Action< string > | OnStandardErr |
Protected Member Functions | |
| override void | HandleStandardErr (string data) |
| override void | HandleStandardOut (string data) |
| override void | Resolve () |
Protected Member Functions inherited from Beamable.Server.Editor.DockerCommands.DockerCommandReturnable< Dictionary< string, bool > > | |
| override void | HandleStandardOut (string data) |
| override void | HandleStandardErr (string data) |
| override void | HandleOnExit () |
Properties | |
| string[] | Volumes [get] |
Properties inherited from Beamable.Server.Editor.DockerCommands.DockerCommandReturnable< Dictionary< string, bool > > | |
| Promise< T > | Promise [get] |
| string | StandardOutBuffer [get] |
| string | StandardErrorBuffer [get] |
Additional Inherited Members | |
Protected Attributes inherited from Beamable.Server.Editor.DockerCommands.DockerCommandReturnable< Dictionary< string, bool > > | |
| bool | _finished |
|
inlineprotectedvirtual |