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 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