public DelegateAsynchronousOperation(
     ISynchronizeInvoke target,
     AsyncrhonousOperationHandler handler)
     : base(target)
 {
     this.m_handler = handler;
 }
		public DelegateAsynchronousOperation(
			ISynchronizeInvoke target,
			AsyncrhonousOperationHandler handler)
			:base(target)
		{
			this.m_handler = handler;
		}