Share via


SynchronousCallHelper Class

 

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
System_CAPS_pubmethod SynchronousCallHelper()

Initializes a new instance of the SynchronousCallHelper class.

Methods

Name Description
System_CAPS_pubmethod DoAction(Action, Object)

Represents an action that is performed synchronously.

System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ReleaseAll()

Unblocks all of the pending actions.

System_CAPS_pubmethod ReleaseResult(Object, Object)

Unblocks a single pending action.

System_CAPS_pubmethod 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