Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
C# (CSharp) IWorkItemResult.Abort Examples
Programming Language:
C# (CSharp)
Class/Type:
IWorkItemResult
Method/Function:
Abort
Examples at hotexamples.com:
1
C# (CSharp) IWorkItemResult.Abort - 1 examples found
. These are the top rated real world C# (CSharp) examples of
IWorkItemResult.Abort
extracted from open source projects. You can rate examples to help us improve the quality of examples.
Frequently Used Methods
Show
Hide
GetResult(30)
Cancel(23)
Abort(1)
GetWorkItemResult(1)
Frequently Used Methods
GetResult (30)
Cancel (23)
Abort (1)
GetWorkItemResult (1)
Example #1
0
Show file
File:
XWorkItem.cs
Project:
boodie/Opensim2
public void Abort() { wr.Abort(); }
x