PublishServiceCallback<TServiceType> 대리자

정의

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

generic <typename TServiceType>
public delegate TServiceType PublishServiceCallback();
public delegate TServiceType PublishServiceCallback<TServiceType>();
type PublishServiceCallback<'ServiceType> = delegate of unit -> 'ServiceType
Public Delegate Function PublishServiceCallback(Of TServiceType)() As TServiceType 

형식 매개 변수

TServiceType

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

반환 값

TServiceType

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

확장 메서드

GetMethodInfo(Delegate)

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

적용 대상