SynchronousCallHelper Class
Represents methods that are used to convert asynchronous calls to synchronous calls.
Assembly: ProviderFramework (in ProviderFramework.dll)
| Name | Description | |
|---|---|---|
![]() | SynchronousCallHelper() | Initializes a new instance of the SynchronousCallHelper class. |
| Name | Description | |
|---|---|---|
![]() | DoAction(Action^, Object^) | Represents an action that is performed synchronously. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ReleaseAll() | Unblocks all of the pending actions. |
![]() | ReleaseResult(Object^, Object^) | Unblocks a single pending action. |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Community Additions
ADD
Show:

