Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents methods that are used to convert asynchronous calls to synchronous calls.
Namespace: Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly: ProviderFramework (in ProviderFramework.dll)
Inheritance Hierarchy
System.Object
Microsoft.WindowsServerSolutions.Common.ProviderFramework.SynchronousCallHelper
Syntax
public class SynchronousCallHelper
public ref class SynchronousCallHelper
Public Class SynchronousCallHelper
Constructors
Name | Description | |
---|---|---|
![]() |
SynchronousCallHelper() | Initializes a new instance of the SynchronousCallHelper class. |
Methods
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.) |
Thread Safety
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace
Return to top