SynchronousCallHelper.DoAction Method (Action, Object)
Represents an action that is performed synchronously.
Namespace: Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly: ProviderFramework (in ProviderFramework.dll)
Syntax
public object DoAction(
Action act,
object reference
)
public:
Object^ DoAction(
Action^ act,
Object^ reference
)
Public Function DoAction (
act As Action,
reference As Object
) As Object
Parameters
act
Type: System.ActionThe action to perform.
reference
Type: System.ObjectThe object that is used to identify this instance.
Return Value
Type: System.Object
The Object on which the action is performed.
See Also
SynchronousCallHelper Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace
Return to top