[This is preliminary documentation and is subject to change.]
The Call type exposes the following members.Constructors
Name | Description | |
---|---|---|
![]() | Call(CallSlot) | Initializes a new instance of the Call class |
![]() | Call(CallSlot, Action CallReactor, Call ) | Initializes a new instance of the Call class |
![]() | Call(CallSlot, Object, Action CallReactor, Call, Object ) | Initializes a new instance of the Call class |
Methods
Name | Description | |
---|---|---|
![]() | ![]() | Determines whether the specified object is equal to the current object. (Inherited from ![]() |
![]() | ![]() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from ![]() |
![]() | ![]() | Serves as the default hash function. (Inherited from ![]() |
![]() | ![]() | Gets the (Inherited from ![]() ![]() |
![]() | MakeCallbackAndFinish | |
![]() | ![]() | Creates a shallow copy of the current (Inherited from ![]() ![]() |
![]() | ![]() | Returns a string that represents the current object. (Inherited from ![]() |
Extension Methods
Fields
Name | Description | |
---|---|---|
![]() | m_Reactor |
Properties
Name | Description | |
---|---|---|
![]() | CallbackException |
Returns exception that was thrown from callback or null if no exception happened
|
![]() | CallSlot |
Returns CallSlot that represents this call
|
![]() | Context |
Retruns call-dependent context object if one was supplied in call .ctor, or null
|
![]() | Ended |
Returns true when call has ended with all attached events/callbacks
|
![]() | Reactor |
Returns the reactor that services this call
|
See Also