ICapability.Invoke(InvokeRequest) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This is the method that's called whenever the capability is invoked.
public:
Microsoft::SystemInsights::Capability::InvokeResult ^ Invoke(Microsoft::SystemInsights::Capability::InvokeRequest ^ request);
public Microsoft.SystemInsights.Capability.InvokeResult Invoke (Microsoft.SystemInsights.Capability.InvokeRequest request);
abstract member Invoke : Microsoft.SystemInsights.Capability.InvokeRequest -> Microsoft.SystemInsights.Capability.InvokeResult
Public Function Invoke (request As InvokeRequest) As InvokeResult
Parameters
- request
- InvokeRequest
The data gathered to invoke this capability
Returns
The prediction result.