ResourcePool.TransactionEndDelegate 代理人
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示處理交易結束的方法。
public: delegate void ResourcePool::TransactionEndDelegate(System::Object ^ resource);
public delegate void ResourcePool.TransactionEndDelegate(object resource);
type ResourcePool.TransactionEndDelegate = delegate of obj -> unit
Public Delegate Sub ResourcePool.TransactionEndDelegate(resource As Object)
參數
- resource
- Object
傳回委派的物件。
備註
建立 ResourcePool.TransactionEndDelegate 委派時,必須識別處理事件的方法。 如需事件處理程式委派的詳細資訊,請參閱 處理和引發事件。
擴充方法
GetMethodInfo(Delegate) |
取得表示特定委派所代表之方法的物件。 |