#InheritModelItemParentSecurityCompletedEventHandler

##Properties

Datatype Property name Property description Default Value
MethodInfo Method Gets the method represented by the delegate. null
Object Target Gets the class instance on which the current delegate invokes the instance method. null

##Methods

###BeginInvoke(System.Object,System.ComponentModel.AsyncCompletedEventArgs,System.AsyncCallback,System.Object)

Parameters:


###Clone() Creates a shallow copy of the delegate.

Returns:

A shallow copy of the delegate.


###DynamicInvoke(System.Object[]) Dynamically invokes (late-bound) the method represented by the current delegate.

Parameters:

  • System.Object[] args - An array of objects that are the arguments to pass to the method represented by the current delegate. -or- null, if the method represented by the current delegate does not require arguments.

Returns:

The object returned by the method represented by the delegate.


###EndInvoke(System.IAsyncResult)

Parameters:


###Equals(System.Object) Determines whether this multicast delegate and the specified object are equal.

Parameters:

Returns:

true if <paramref name="obj and this instance have the same invocation lists; otherwise, false.


###GetHashCode() Returns the hash code for this instance.

Returns:

A 32-bit signed integer hash code.


###GetInvocationList() Returns the invocation list of this multicast delegate, in invocation order.

Returns:

An array of delegates whose invocation lists collectively match the invocation list of this instance.


###GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) Populates a System.Runtime.Serialization.SerializationInfo object with all the data needed to serialize this instance.

Parameters:


###GetType() Gets the System.Type of the current instance.

Returns:

The System.Type instance that represents the exact runtime type of the current instance.


###Invoke(System.Object,System.ComponentModel.AsyncCompletedEventArgs)

Parameters:


###ToString() Returns a System.String that represents the current System.Object.

Returns:

A System.String that represents the current System.Object.