LogProviderBase.Update(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.
Called to upgrade the XML persisted by a previous version of the log provider.
public:
virtual void Update(System::String ^ % ObjectXml);
public virtual void Update (ref string ObjectXml);
abstract member Update : string -> unit
override this.Update : string -> unit
Public Overridable Sub Update (ByRef ObjectXml As String)
Parameters
- ObjectXml
- String
The XML used to update the log providers XML in the package.
Remarks
You use this method to support upgrading the package XML created by a previous version of your log provider to the XML of the new version.