Compartilhar via


ProxyUpdateExecutor.Execute Method (String, String, Encoding, 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, _
    filename As String, _
    encoding As Encoding, _
    webApplication As IServerWebApplication _
)
'Usage
Dim updateXml As String
Dim filename As String
Dim encoding As Encoding
Dim webApplication As IServerWebApplicationProxyUpdateExecutor.Execute(updateXml, filename, _
    encoding, webApplication)
public static void Execute(
    string updateXml,
    string filename,
    Encoding encoding,
    IServerWebApplication webApplication
)

Parameters

See Also

Reference

ProxyUpdateExecutor Class

ProxyUpdateExecutor Members

Execute Overload

Microsoft.Web.Design.Server Namespace