Ignore:
Timestamp:
Mar 4, 2007, 6:39:40 PM (17 years ago)
Author:
OverTaker
Message:

#70 IAsyncResultsを削除。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Include/Classes/System/IO/misc.ab

    r113 r128  
    1 
    2 Interface IAsyncResult
    3     Function AsyncState() As Object
    4     Function AsyncWaitHandle() As WaitHandle
    5     Function CompletedSynchronously() As Boolean
    6     Function IsCompleted() As Boolean
    7 End Interface
    81
    92TypeDef /* [Delegate] */ AsyncCallback = *Sub(ByRef ar As IAsyncResult)
Note: See TracChangeset for help on using the changeset viewer.