Interface IAsyncResult Function AsyncState() As Object Function AsyncWaitHandle() As WaitHandle Function CompletedSynchronously() As Boolean Function IsCompleted() As Boolean End Interface TypeDef /* [Delegate] */ AsyncCallback = *Sub(ByRef ar As IAsyncResult) Enum SeekOrigin Begin Current End End Enum