TfLiteInvokeTfliteErrorCallbackEndInvoke Method |
http://www.emgu.com [Missing <summary> documentation for "M:Emgu.TF.Lite.TfLiteInvoke.TfliteErrorCallback.EndInvoke(System.IAsyncResult)"]
Namespace:
Emgu.TF.Lite
Assembly:
Emgu.TF.Lite.Netstandard (in Emgu.TF.Lite.Netstandard.dll) Version: 1.0.0
Syntaxpublic virtual int EndInvoke(
IAsyncResult result
)
Public Overridable Function EndInvoke (
result As IAsyncResult
) As Integer
public:
virtual int EndInvoke(
IAsyncResult^ result
)
abstract EndInvoke :
result : IAsyncResult -> int
override EndInvoke :
result : IAsyncResult -> int
Parameters
- result
- Type: SystemIAsyncResult
[Missing <param name="result"/> documentation for "M:Emgu.TF.Lite.TfLiteInvoke.TfliteErrorCallback.EndInvoke(System.IAsyncResult)"]
Return Value
Type:
Int32[Missing <returns> documentation for "M:Emgu.TF.Lite.TfLiteInvoke.TfliteErrorCallback.EndInvoke(System.IAsyncResult)"]
See Also