Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
Microsoft.Xna.Framework.XOverlappedAsyncResult Class Reference

Package Functions

 XOverlappedAsyncResult (object asyncState, uint kernelHandle, bool isReusable, AsyncOperationCleanup kernelHandleCleanup)
 

Static Package Functions

static XOverlappedAsyncResult PrepareForEndFunction (IAsyncResult result)
 

Properties

object IAsyncResult. AsyncState [get]
 
WaitHandle IAsyncResult. AsyncWaitHandle [get]
 
bool IAsyncResult. CompletedSynchronously [get]
 
bool IAsyncResult. IsCompleted [get]
 
EventWaitHandle AsyncWaitHandle [get]
 
bool IsCompleted [set]
 
uint KernelHandle [get]
 
bool IsReusable [get]
 

Private Member Functions

 ~XOverlappedAsyncResult ()
 

Private Attributes

object asyncState
 
EventWaitHandle asyncWaitHandle
 
bool isCompleted
 
uint kernelHandle
 
bool endHasBeenCalled
 
bool isReusable
 
AsyncOperationCleanup kernelHandleCleanup
 

Detailed Description

Definition at line 6 of file XOverlappedAsyncResult.cs.


The documentation for this class was generated from the following file: