![]() | |
TriggerExtensionsTryGetParameterT Method (TriggerProcessingInfo, T) |
Namespace: WeroSoft.ComponentModel.Triggering
public static bool TryGetParameter<T>( this TriggerProcessingInfo processingInfo, out T data )
Exception | Condition |
---|---|
AssertArgumentException | Raised if the processingInfo is null. |
InvalidOperationException | Raised if the processing data is not of correct type or if no data is defined. |