Method | 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 |
Method | Description | |
---|---|---|
Diff ( string left, string right, string user, string pass ) : |
||
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 |
public CancelAsync ( object userState ) : void | ||
userState | object | |
return | void |
public DiffAsync ( string left, string right, string user, string pass ) : void | ||
left | string | |
right | string | |
user | string | |
pass | string | |
return | void |
public DiffAsync ( string left, string right, string user, string pass, object userState ) : void | ||
left | string | |
right | string | |
user | string | |
pass | string | |
userState | object | |
return | void |
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 | |
return | void |
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 | |
return | void |
public GetCPPCompletionsAsync ( string source, int line, int column ) : void | ||
source | string | |
line | int | |
column | int | |
return | void |
public GetCPPCompletionsAsync ( string source, int line, int column, object userState ) : void | ||
source | string | |
line | int | |
column | int | |
userState | object | |
return | void |
public GetPythonDotCompletionsAsync ( string source, int line, int column ) : void | ||
source | string | |
line | int | |
column | int | |
return | void |
public GetPythonDotCompletionsAsync ( string source, int line, int column, object userState ) : void | ||
source | string | |
line | int | |
column | int | |
userState | object | |
return | void |
public GetPythonParenCompletionsAsync ( string source, int line, int column ) : void | ||
source | string | |
line | int | |
column | int | |
return | void |
public GetPythonParenCompletionsAsync ( string source, int line, int column, object userState ) : void | ||
source | string | |
line | int | |
column | int | |
userState | object | |
return | void |
public SumAsync ( int a, int b, object userState ) : void | ||
a | int | |
b | int | |
userState | object | |
return | void |