SynchronousCallHelper Class
Represents methods that are used to convert asynchronous calls to synchronous calls.
Namespace: Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly: ProviderFramework (in ProviderFramework.dll)
System.Object
Microsoft.WindowsServerSolutions.Common.ProviderFramework.SynchronousCallHelper
public class SynchronousCallHelper
public ref class SynchronousCallHelper
Public Class SynchronousCallHelper
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.
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace
Return to top