GigaSpaces XAP.NET Documentation
IAsyncResult<(Of <(T>)>) Interface
Class LibraryGigaSpaces.CoreIAsyncResult<(Of <(T>)>)
Represnts the status of an asynchronous operation.
Declaration Syntax
C#Visual BasicVisual C++J#
public interface IAsyncResult<T> : IAsyncResult
Public Interface IAsyncResult(Of T) _
	Implements IAsyncResult
generic<typename T>
public interface class IAsyncResult : IAsyncResult
J# supports the use of generic APIs, but not the declaration of new ones.
Generic Template Parameters
T
Type of object that will be the result of the operation.
Members
All MembersProperties



IconMemberDescription
AsyncState
Gets a user-defined object that qualifies or contains information about an asynchronous operation.
(Inherited from IAsyncResult.)
AsyncWaitHandle
Gets a WaitHandle that is used to wait for an asynchronous operation to complete.
(Inherited from IAsyncResult.)
CompletedSynchronously
Gets a value that indicates whether the asynchronous operation completed synchronously.
(Inherited from IAsyncResult.)
IsCompleted
Gets a value that indicates whether the asynchronous operation has completed.
(Inherited from IAsyncResult.)

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 9.1.2.7920 (9.1.2.7920)