System.Windows.Forms.Control.BeginInvokeInternal C# (CSharp) Method

BeginInvokeInternal() private method

private BeginInvokeInternal ( Delegate method, object args ) : IAsyncResult
method System.Delegate
args object
return IAsyncResult
		internal IAsyncResult BeginInvokeInternal (Delegate method, object [] args) {
			
			//TODO: fixme
			return null;
			//return BeginInvokeInternal (method, args, FindControlToInvokeOn ());
		}
Control