IResourceChangeRequest.ChangeRequest(Dictionary<String,SerializationContext>, Dictionary<String,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.
public:
void ChangeRequest(System::Collections::Generic::Dictionary<System::String ^, Microsoft::BizTalk::ApplicationDeployment::SerializationContext ^> ^ resourceContexts, System::Collections::Generic::Dictionary<System::String ^, System::Object ^> ^ stateSaver);
public void ChangeRequest (System.Collections.Generic.Dictionary<string,Microsoft.BizTalk.ApplicationDeployment.SerializationContext> resourceContexts, System.Collections.Generic.Dictionary<string,object> stateSaver);
abstract member ChangeRequest : System.Collections.Generic.Dictionary<string, Microsoft.BizTalk.ApplicationDeployment.SerializationContext> * System.Collections.Generic.Dictionary<string, obj> -> unit
Public Sub ChangeRequest (resourceContexts As Dictionary(Of String, SerializationContext), stateSaver As Dictionary(Of String, Object))
Parameters
- resourceContexts
- Dictionary<String,SerializationContext>
- stateSaver
- Dictionary<String,Object>