PartnerExtensions Class
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.
Holds useful extension methods used across the partner SDK.
public static class PartnerExtensions
type PartnerExtensions = class
Public Module PartnerExtensions
- Inheritance
-
PartnerExtensions
Methods
Invoke<TRequest,TResponse>(Link, IPartner, TRequest, JsonConverter) |
Invokes a link with a request body and returns the result. |
Invoke<TResponse>(Link, IPartner, JsonConverter) |
Invokes a link and returns the result. |
InvokeAsync<TRequest,TResponse>(Link, IPartner, TRequest, JsonConverter) |
Asynchronously invokes a link with a request body and returns the result. |
InvokeAsync<TResponse>(Link, IPartner, JsonConverter) |
Asynchronously invokes a link and returns the result. |
IsFatalException(Exception) |
Checks if an exception is fatal. |