PublishServiceCallback 대리자

정의

서비스 인스턴스를 게시하는 메서드를 참조하는 대리자입니다.

public delegate System::Object ^ PublishServiceCallback(Type ^ serviceType);
public delegate object PublishServiceCallback(Type serviceType);
type PublishServiceCallback = delegate of Type -> obj
Public Delegate Function PublishServiceCallback(serviceType As Type) As Object 

매개 변수

serviceType
Type

게시할 서비스의 형식입니다.

반환 값

게시된 서비스 인스턴스입니다.

확장 메서드

GetMethodInfo(Delegate)

지정된 대리자가 나타내는 메서드를 나타내는 개체를 가져옵니다.

적용 대상