C# Class Service.linux.Service

Inheritance: System.Web.Services.Protocols.SoapHttpClientProtocol
Afficher le fichier Open project: ren85/rextester_win Class Usage Examples

Méthodes publiques

Méthode Description
CancelAsync ( object userState ) : void
DiffAsync ( string left, string right, string user, string pass ) : void
DiffAsync ( string left, string right, string user, string pass, object userState ) : void
DoWorkAsync ( string Program, string Input, Languages Language, string user, string pass, string compiler_args, bool bytes, bool programCompressed, bool inputCompressed ) : void
DoWorkAsync ( string Program, string Input, Languages Language, string user, string pass, string compiler_args, bool bytes, bool programCompressed, bool inputCompressed, object userState ) : void
GetCPPCompletionsAsync ( string source, int line, int column ) : void
GetCPPCompletionsAsync ( string source, int line, int column, object userState ) : void
GetPythonDotCompletionsAsync ( string source, int line, int column ) : void
GetPythonDotCompletionsAsync ( string source, int line, int column, object userState ) : void
GetPythonParenCompletionsAsync ( string source, int line, int column ) : void
GetPythonParenCompletionsAsync ( string source, int line, int column, object userState ) : void
Service ( ) : System
SumAsync ( int a, int b ) : void
SumAsync ( int a, int b, object userState ) : void

Private Methods

Méthode Description
Diff ( string left, string right, string user, string pass ) : DiffResult
DoWork ( string Program, string Input, Languages Language, string user, string pass, string compiler_args, bool bytes, bool programCompressed, bool inputCompressed ) : Result
GetCPPCompletions ( string source, int line, int column ) : string
GetPythonDotCompletions ( string source, int line, int column ) : void
GetPythonParenCompletions ( string source, int line, int column ) : void
IsLocalFileSystemWebService ( string url ) : bool
OnDiffOperationCompleted ( object arg ) : void
OnDoWorkOperationCompleted ( object arg ) : void
OnGetCPPCompletionsOperationCompleted ( object arg ) : void
OnGetPythonDotCompletionsOperationCompleted ( object arg ) : void
OnGetPythonParenCompletionsOperationCompleted ( object arg ) : void
OnSumOperationCompleted ( object arg ) : void
Sum ( int a, int b ) : int

Method Details

CancelAsync() public méthode

public CancelAsync ( object userState ) : void
userState object
Résultat void

DiffAsync() public méthode

public DiffAsync ( string left, string right, string user, string pass ) : void
left string
right string
user string
pass string
Résultat void

DiffAsync() public méthode

public DiffAsync ( string left, string right, string user, string pass, object userState ) : void
left string
right string
user string
pass string
userState object
Résultat void

DoWorkAsync() public méthode

public DoWorkAsync ( string Program, string Input, Languages Language, string user, string pass, string compiler_args, bool bytes, bool programCompressed, bool inputCompressed ) : void
Program string
Input string
Language Languages
user string
pass string
compiler_args string
bytes bool
programCompressed bool
inputCompressed bool
Résultat void

DoWorkAsync() public méthode

public DoWorkAsync ( string Program, string Input, Languages Language, string user, string pass, string compiler_args, bool bytes, bool programCompressed, bool inputCompressed, object userState ) : void
Program string
Input string
Language Languages
user string
pass string
compiler_args string
bytes bool
programCompressed bool
inputCompressed bool
userState object
Résultat void

GetCPPCompletionsAsync() public méthode

public GetCPPCompletionsAsync ( string source, int line, int column ) : void
source string
line int
column int
Résultat void

GetCPPCompletionsAsync() public méthode

public GetCPPCompletionsAsync ( string source, int line, int column, object userState ) : void
source string
line int
column int
userState object
Résultat void

GetPythonDotCompletionsAsync() public méthode

public GetPythonDotCompletionsAsync ( string source, int line, int column ) : void
source string
line int
column int
Résultat void

GetPythonDotCompletionsAsync() public méthode

public GetPythonDotCompletionsAsync ( string source, int line, int column, object userState ) : void
source string
line int
column int
userState object
Résultat void

GetPythonParenCompletionsAsync() public méthode

public GetPythonParenCompletionsAsync ( string source, int line, int column ) : void
source string
line int
column int
Résultat void

GetPythonParenCompletionsAsync() public méthode

public GetPythonParenCompletionsAsync ( string source, int line, int column, object userState ) : void
source string
line int
column int
userState object
Résultat void

Service() public méthode

public Service ( ) : System
Résultat System

SumAsync() public méthode

public SumAsync ( int a, int b ) : void
a int
b int
Résultat void

SumAsync() public méthode

public SumAsync ( int a, int b, object userState ) : void
a int
b int
userState object
Résultat void