Application.ChangeRequest(HostClass, ChangeRequestAction, String, ICollection<String>, IDictionary<String,Object>, String) 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.
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
- action
- ChangeRequestAction
- msiPath
- String
- resourceNames
- ICollection<String>
- requestProperties
- IDictionary<String,Object>
- logFilesPath
- String
- Attributes