CvInvokeCvErrorCallbackEndInvoke Method |
http://www.emgu.com [Missing <summary> documentation for "M:Emgu.CV.CvInvoke.CvErrorCallback.EndInvoke(System.IAsyncResult)"]
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World.NetStandard (in Emgu.CV.World.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.CV.CvInvoke.CvErrorCallback.EndInvoke(System.IAsyncResult)"]
Return Value
Type:
Int32[Missing <returns> documentation for "M:Emgu.CV.CvInvoke.CvErrorCallback.EndInvoke(System.IAsyncResult)"]
See Also