System.Threading.ExecutionContext.ExecutionContext.CreateCopy C# (CSharp) 메소드

CreateCopy() 공개 메소드

public CreateCopy ( ) : ExecutionContext
리턴 ExecutionContext
		public ExecutionContext CreateCopy ()
		{
			if (!_capture)
				throw new InvalidOperationException ();

			return new ExecutionContext (this);
		}