LogProviderBase.Update(String) Method

Definition

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.

Applies to