PublishServiceCallback<TServiceType> 代理人
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
參考發行服務執行個體之方法的泛型委派。
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) |
取得表示特定委派所代表之方法的物件。 |