DeploymentMethod.Invoke(DeploymentObject, Object[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Executes the current method.
public:
abstract System::Object ^ Invoke(Microsoft::Web::Deployment::DeploymentObject ^ targetObject, ... cli::array <System::Object ^> ^ parameters);
public abstract object Invoke (Microsoft.Web.Deployment.DeploymentObject targetObject, params object[] parameters);
abstract member Invoke : Microsoft.Web.Deployment.DeploymentObject * obj[] -> obj
Public MustOverride Function Invoke (targetObject As DeploymentObject, ParamArray parameters As Object()) As Object
Parameters
- targetObject
- DeploymentObject
The target DeploymentObject to invoke the current method.
- parameters
- Object[]
Returns
An object that contains the result of executing the method.