C# Class Arma2NETMySQLPlugin.Arma2NETMySQLPluginCommandAsync

Inheritance: AsyncAddIn
Afficher le fichier Open project: firefly2442/Arma2NETMySQLPlugin

Méthodes publiques

Méthode Description
InvokeAsync ( string args, int maxResultSize, CancellationToken token ) : string
Unload ( ) : void

Method Details

InvokeAsync() public méthode

public InvokeAsync ( string args, int maxResultSize, CancellationToken token ) : string
args string
maxResultSize int
token System.Threading.CancellationToken
Résultat string

Unload() public méthode

public Unload ( ) : void
Résultat void