Castle.MonoRail.Framework.Test.MockRailsEngineContext.Transfer C# (CSharp) Method

Transfer() public method

Transfer the execution to another resource.
public Transfer ( string path, bool preserveForm ) : void
path string
preserveForm bool
return void
		public virtual void Transfer(string path, bool preserveForm)
		{
			throw new NotImplementedException();
		}