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

発行するサービスの型。

戻り値

Object

発行サービスのインスタンス。

拡張メソッド

GetMethodInfo(Delegate)

指定したデリゲートによって表されるメソッドを表すオブジェクトを取得します。

適用対象