_AppDomain.DoCallBack(CrossAppDomainDelegate) Method

Definition

Provides COM objects with version-independent access to the DoCallBack(CrossAppDomainDelegate) method.

public:
 void DoCallBack(CrossAppDomainDelegate ^ theDelegate);
public void DoCallBack (CrossAppDomainDelegate theDelegate);
abstract member DoCallBack : CrossAppDomainDelegate -> unit
Public Sub DoCallBack (theDelegate As CrossAppDomainDelegate)

Parameters

theDelegate
CrossAppDomainDelegate

A delegate that specifies a method to call.

Remarks

See the AppDomain.DoCallBack method.

Applies to