Changeset 391 for trunk/Include/Classes/System/misc.ab
- Timestamp:
- Dec 7, 2007, 12:21:58 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Include/Classes/System/misc.ab
r261 r391 11 11 ' Properties 12 12 Function AsyncState() As Object 13 Function AsyncWaitHandle() As System.Threading.WaitHandle13 Function AsyncWaitHandle() As Threading.WaitHandle 14 14 Function CompletedSynchronously() As Boolean 15 15 Function IsCompleted() As Boolean … … 36 36 End Class 37 37 38 'Delegate Sub AsyncCallback(ar As IAsyncResult) 39 Delegate Sub AsyncCallback(ar As VoidPtr) 40 41 38 42 End Namespace 'System 39 43 #require <Classes/System/Threading/WaitHandle.ab>
Note:
See TracChangeset
for help on using the changeset viewer.