Castle.Facilities.WcfIntegration.Tests.Behaviors.ServiceHostListener.Reset C# (CSharp) Method

Reset() public static method

public static Reset ( ) : void
return void
		public static void Reset()
		{
			created = opening = opened = closing = closed = faulted = false;	
		}