Exemplo n.º 1
0
 /// <summary>
 /// Applies the configuration (first step).
 /// By default, adds this meta configuration to the context so that <see cref="Apply(IRouteConfigurationContext)"/> will be called.
 /// </summary>
 /// <param name="protoContext">Enables context lookup and manipulation, exposes a <see cref="IActivityMonitor"/> to use.</param>
 protected internal virtual void Apply( IProtoRouteConfigurationContext protoContext )
 {
     protoContext.AddMeta( this );
 }
Exemplo n.º 2
0
 /// <summary>
 /// Applies the configuration (first step).
 /// By default, adds this meta configuration to the context so that <see cref="Apply(IRouteConfigurationContext)"/> will be called.
 /// </summary>
 /// <param name="protoContext">Enables context lookup and manipulation, exposes a <see cref="IActivityMonitor"/> to use.</param>
 protected internal virtual void Apply(IProtoRouteConfigurationContext protoContext)
 {
     protoContext.AddMeta(this);
 }