C# Class Arma2NETMySQLPlugin.Arma2NETMySQLPluginCommandAsync

Inheritance: AsyncAddIn
Datei anzeigen Open project: firefly2442/Arma2NETMySQLPlugin

Public Methods

Method Description
InvokeAsync ( string args, int maxResultSize, CancellationToken token ) : string
Unload ( ) : void

Method Details

InvokeAsync() public method

public InvokeAsync ( string args, int maxResultSize, CancellationToken token ) : string
args string
maxResultSize int
token System.Threading.CancellationToken
return string

Unload() public method

public Unload ( ) : void
return void