Main Content

La traducción de esta página aún no se ha actualizado a la versión más reciente. Haga clic aquí para ver la última versión en inglés.

Delegados y eventos .NET en MATLAB

Utilice repeticiones de eventos de .NET, cree y llame a delegados de .NET

Un delegado es la forma de decir a C# qué método llamar cuando un evento se activa. Un evento es una notificación por parte de .NET de que ha tenido lugar una acción. En estos temas se muestra cómo utilizar los delegados y eventos .NET en MATLAB®.

Funciones

BeginInvokeInitiate asynchronous .NET delegate call
EndInvokeRetrieve result of asynchronous call initiated by .NET System.Delegate BeginInvoke method
CombineConvenience function for static .NET System.Delegate Combine method
RemoveConvenience function for static .NET System.Delegate Remove method
RemoveAllConvenience function for static .NET System.Delegate RemoveAll method

Temas

Solución de problemas

Limitations to Support of .NET Events

.NET features not supported in MATLAB.

Limitations to Support of .NET Delegates

.NET features not supported in MATLAB.