Bundle Methods |
The AbstractBundlerBundle type exposes the following members.
Name | Description | |
---|---|---|
![]() | EnsureResults |
Obtain results of the bundled requests. This method should be
implemented by concrete Bundle implementations using the most
efficient mechanism.
|
![]() | EnsureResults(Boolean) |
Obtain results of the bundled requests or ensure that the results
have already been retrieved.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() ![]() | FormatStatusName |
Return a human readable name for the specified status value.
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IsException |
Check whether or not this bundle is in the "exception" state -
bundled execution threw an exception and requests have to be
un-bundled.
|
![]() | IsOpen |
Check whether or not this bundle is open for adding request elements.
|
![]() | IsPending |
Check whether or not this bundle is in the "pending" state - awaiting
for the execution results.
|
![]() | IsProcessed |
Check whether or not this bundle is in the "processed" state -
ready to return the result of execution back to the client.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ReleaseThread |
Release all bundle resources associated with the current thread.
|
![]() | ResetStatistics |
Reset statistics for this Bundle.
|
![]() | SetStatus |
Change the status of this Bundle.
|
![]() | ToString |
Provide a human readable description for the Bundle object
(for debugging).
|
![]() | WaitForResults |
Wait until results of bundled requests are retrieved.
|