IComSoapPublisher.ProcessServerTlb 메서드

정의

구성 요소 항목을 Web.config 및 Default.disco 파일에 추가하거나 삭제하여 서버 형식 라이브러리를 처리합니다. 필요한 경우 프록시를 생성합니다.

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)

매개 변수

ProgId
String

클래스의 프로그래밍 식별자입니다.

SrcTlbPath
String

형식 라이브러리를 포함하는 파일의 경로입니다.

PhysicalPath
String

웹 애플리케이션 디렉터리입니다.

Operation
String

수행할 작업입니다.

AssemblyName
String

이 메서드가 반환되면 이 매개 변수에는 어셈블리의 표시 이름이 포함됩니다.

TypeName
String

이 메서드가 반환되면 이 매개 변수에는 어셈블리의 정규화된 형식 이름이 포함됩니다.

Error
String

이 메서드가 반환되면 문제가 발생한 경우 이 매개 변수에 오류 메시지가 포함됩니다.

예외

호출 체인의 호출자에게 관리되지 않는 코드에 액세스할 수 있는 권한이 없습니다.

SrcTlbPathscrobj.dll참조되는 매개 변수이므로 스크립트 구성 요소의 SOAP 게시는 지원되지 않습니다.

설명

COM+ 구성 요소에 대한 Web.config 및 Default.disco 파일 항목을 생성합니다. 필요한 경우 프록시를 생성합니다.

대신 사용하는 ProcessServerTlb것이 AddServerTlbDeleteServerTlb 좋습니다.

적용 대상