Beamable SDK
Public Member Functions | Public Attributes | Protected Member Functions | Properties | List of all members
Beamable.Server.Editor.DockerCommands.DeleteVolumeCommand Class Reference
Inheritance diagram for Beamable.Server.Editor.DockerCommands.DeleteVolumeCommand:
Inheritance graph
[legend]
Collaboration diagram for Beamable.Server.Editor.DockerCommands.DeleteVolumeCommand:
Collaboration graph
[legend]

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
 

Member Function Documentation

◆ Resolve()

override void Beamable.Server.Editor.DockerCommands.DeleteVolumeCommand.Resolve ( )
inlineprotectedvirtual

The documentation for this class was generated from the following file: