예제 #1
0
        protected bool IsAllowedExecutionMode(ContextExecuteModeBase executeMode)
        {
            if (null == executeMode)
            {
                throw new ArgumentNullException("executeMode");
            }

            return(mDefaultAllowedExecuteModesTypes.Contains(executeMode.GetType()));
        }
예제 #2
0
 public abstract Task <RoutingResultBase> ExecuteAsync(ContextExecuteModeBase executeMode);