VideoDispatcherBeginInvoke Method |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public static void BeginInvoke(
SendOrPostCallback callback,
params Object[] parameters
)
Public Shared Sub BeginInvoke (
callback As SendOrPostCallback,
ParamArray parameters As Object()
)
public:
static void BeginInvoke(
SendOrPostCallback^ callback,
... array<Object^>^ parameters
)
static member BeginInvoke :
callback : SendOrPostCallback *
parameters : Object[] -> unit
Parameters
- callback
- Type: System.ThreadingSendOrPostCallback
- parameters
- Type: SystemObject
See Also