BMXNET 4.0 Developer API

The DataTableFuture type exposes the following methods.

Methods

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
Cancel()()()
Method to cancel the Async call. This does not stop the server-side processing. The Aborted event will be called immediately.
Equals(Object) (Inherited from Object.)
Finalize()()() (Inherited from Object.)
GetHashCode()()() (Inherited from Object.)
GetType()()() (Inherited from Object.)
MemberwiseClone()()() (Inherited from Object.)
PostFetch()()()
If IsAutoFetchEnabled is false, then the results must be fetched synchrounously useding PostFetch(). Call PostFetch() once and check if HasData is true. If not true, there is was error related to the async call.
ToString()()() (Inherited from Object.)
TriggerAbortedEvent()()()
TriggerReturnedEvent()()()

See Also