Interface IActivityMonitorGroupSender
The interface that carries Send extension methods for groups.
Namespace: CK.Core
Assembly: CK.ActivityMonitor.StandardSender.dll
Syntax
public interface IActivityMonitorGroupSender
Properties
| Improve this Doc View SourceIsRejected
Gets whether the log has been rejected.
Declaration
bool IsRejected { get; }
Property Value
| Type | Description |
|---|---|
| Boolean |
Extension Methods
ActivityMonitorSendExtension.Send<T1, T2>(IActivityMonitorGroupSender, Func<T1, T2, String>, T1, T2)