NServiceBus.RegisterStepExtensions.GetOutputContext C# (CSharp) Method

GetOutputContext() public static method

public static GetOutputContext ( this step ) : Type
step this
return System.Type
        public static Type GetOutputContext(this RegisterStep step)
        {
            return step.BehaviorType.GetOutputContext();
        }