Bamboo.Prevalence.Implementation.PendingCommandsEnumerator.Reset C# (CSharp) Method

Reset() public method

Throws InvalidOperationException.
public Reset ( ) : void
return void
		public void Reset()
		{
			throw new InvalidOperationException("Reset not supported!");
		}