Udostępnij za pośrednictwem


IComSoapPublisher.ProcessServerTlb Metoda

Definicja

Przetwarza bibliotekę typów serwera, dodając lub usuwając wpisy składników do plików Web.config i Default.disco. W razie potrzeby generuje serwer proxy.

public:
 void ProcessServerTlb(System::String ^ ProgId, System::String ^ SrcTlbPath, System::String ^ PhysicalPath, System::String ^ Operation, [Runtime::InteropServices::Out] System::String ^ % AssemblyName, [Runtime::InteropServices::Out] System::String ^ % TypeName, [Runtime::InteropServices::Out] System::String ^ % Error);
public void ProcessServerTlb (string ProgId, string SrcTlbPath, string PhysicalPath, string Operation, out string AssemblyName, out string TypeName, out string Error);
abstract member ProcessServerTlb : string * string * string * string * string * string * string -> unit
Public Sub ProcessServerTlb (ProgId As String, SrcTlbPath As String, PhysicalPath As String, Operation As String, ByRef AssemblyName As String, ByRef TypeName As String, ByRef Error As String)

Parametry

ProgId
String

Programowy identyfikator klasy.

SrcTlbPath
String

Ścieżka pliku zawierającego bibliotekę typów.

PhysicalPath
String

Katalog aplikacji sieci Web.

Operation
String

Operacja do wykonania.

AssemblyName
String

Gdy ta metoda zwróci wartość , ten parametr zawiera nazwę wyświetlaną zestawu.

TypeName
String

Gdy ta metoda zwróci wartość , ten parametr zawiera w pełni kwalifikowaną nazwę typu zestawu.

Error
String

Gdy ta metoda zwróci wartość , ten parametr zawiera komunikat o błędzie, jeśli wystąpił problem.

Wyjątki

Obiekt wywołujący w łańcuchu wywołań nie ma uprawnień dostępu do kodu niezarządzanego.

Parametr, do których odwołuje się scrobj.dll, dlatego publikacja SrcTlbPath składników skryptu protokołu SOAP nie jest obsługiwana.

Uwagi

Generuje wpisy plików Web.config i Default.disco dla składników COM+. W razie potrzeby generuje serwer proxy.

Zaleca się używanie AddServerTlb elementu i DeleteServerTlb zamiast ProcessServerTlb.

Dotyczy