Share via


ProxyUpdateExecutor.Execute Method (String, TextWriter, IServerWebApplication)

Namespace:  Microsoft.Web.Design.Server
Assembly:  Microsoft.Web.Design.Server (in Microsoft.Web.Design.Server.dll)

Syntax

'Declaration
Public Shared Sub Execute ( _
    updateXml As String, _
    w As TextWriter, _
    webApplication As IServerWebApplication _
)
'Usage
Dim updateXml As String
Dim w As TextWriter
Dim webApplication As IServerWebApplicationProxyUpdateExecutor.Execute(updateXml, w, webApplication)
public static void Execute(
    string updateXml,
    TextWriter w,
    IServerWebApplication webApplication
)

Parameters

See Also

Reference

ProxyUpdateExecutor Class

ProxyUpdateExecutor Members

Execute Overload

Microsoft.Web.Design.Server Namespace