Application.ChangeRequest(HostClass, ChangeRequestAction, String, ICollection<String>, IDictionary<String,Object>, String) Method

Definition

Important

This API is not CLS-compliant.

public:
 void ChangeRequest(Microsoft::BizTalk::ApplicationDeployment::HostClass target, Microsoft::BizTalk::ApplicationDeployment::ChangeRequestAction action, System::String ^ msiPath, System::Collections::Generic::ICollection<System::String ^> ^ resourceNames, System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ requestProperties, [Runtime::InteropServices::Out] System::String ^ % logFilesPath);
[System.CLSCompliant(false)]
public void ChangeRequest (Microsoft.BizTalk.ApplicationDeployment.HostClass target, Microsoft.BizTalk.ApplicationDeployment.ChangeRequestAction action, string msiPath, System.Collections.Generic.ICollection<string> resourceNames, System.Collections.Generic.IDictionary<string,object> requestProperties, out string logFilesPath);
member this.ChangeRequest : Microsoft.BizTalk.ApplicationDeployment.HostClass * Microsoft.BizTalk.ApplicationDeployment.ChangeRequestAction * string * System.Collections.Generic.ICollection<string> * System.Collections.Generic.IDictionary<string, obj> * string -> unit
Public Sub ChangeRequest (target As HostClass, action As ChangeRequestAction, msiPath As String, resourceNames As ICollection(Of String), requestProperties As IDictionary(Of String, Object), ByRef logFilesPath As String)

Parameters

target
HostClass
msiPath
String
resourceNames
ICollection<String>
requestProperties
IDictionary<String,Object>
logFilesPath
String
Attributes

Applies to