Click or drag to resize

TfLiteInvokeTfliteErrorCallbackBeginInvoke Method

http://www.emgu.com

[Missing <summary> documentation for "M:Emgu.TF.Lite.TfLiteInvoke.TfliteErrorCallback.BeginInvoke(System.Int32,System.IntPtr,System.AsyncCallback,System.Object)"]

Namespace:  Emgu.TF.Lite
Assembly:  Emgu.TF.Lite.Netstandard (in Emgu.TF.Lite.Netstandard.dll) Version: 1.0.0
Syntax
public virtual IAsyncResult BeginInvoke(
	int status,
	IntPtr errMsg,
	AsyncCallback callback,
	Object object
)

Parameters

status
Type: SystemInt32

[Missing <param name="status"/> documentation for "M:Emgu.TF.Lite.TfLiteInvoke.TfliteErrorCallback.BeginInvoke(System.Int32,System.IntPtr,System.AsyncCallback,System.Object)"]

errMsg
Type: SystemIntPtr

[Missing <param name="errMsg"/> documentation for "M:Emgu.TF.Lite.TfLiteInvoke.TfliteErrorCallback.BeginInvoke(System.Int32,System.IntPtr,System.AsyncCallback,System.Object)"]

callback
Type: SystemAsyncCallback

[Missing <param name="callback"/> documentation for "M:Emgu.TF.Lite.TfLiteInvoke.TfliteErrorCallback.BeginInvoke(System.Int32,System.IntPtr,System.AsyncCallback,System.Object)"]

object
Type: SystemObject

[Missing <param name="object"/> documentation for "M:Emgu.TF.Lite.TfLiteInvoke.TfliteErrorCallback.BeginInvoke(System.Int32,System.IntPtr,System.AsyncCallback,System.Object)"]

Return Value

Type: IAsyncResult

[Missing <returns> documentation for "M:Emgu.TF.Lite.TfLiteInvoke.TfliteErrorCallback.BeginInvoke(System.Int32,System.IntPtr,System.AsyncCallback,System.Object)"]

See Also