C# Class Ninject.Extensions.WeakEventMessageBroker.TransportCacheEntry

Exibir arquivo Open project: ninject/Ninject.Extensions.WeakEventMessageBroker Class Usage Examples

Public Properties

Property Type Description
Target System.WeakReference
Transport Action

Public Methods

Method Description
TransportCacheEntry ( Action transport, WeakReference target ) : System

Method Details

TransportCacheEntry() public method

public TransportCacheEntry ( Action transport, WeakReference target ) : System
transport Action
target System.WeakReference
return System

Property Details

Target public_oe property

public WeakReference,System Target
return System.WeakReference

Transport public_oe property

public Action Transport
return Action