IEndpointsOperations Interface
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.
EndpointsOperations operations.
public interface IEndpointsOperations
type IEndpointsOperations = interface
Public Interface IEndpointsOperations
Methods
BeginPurgeContentWithHttpMessagesAsync(String, String, PurgeParameters, Dictionary<String,List<String>>, CancellationToken) |
Removes a content from Front Door. |
PurgeContentWithHttpMessagesAsync(String, String, PurgeParameters, Dictionary<String,List<String>>, CancellationToken) |
Removes a content from Front Door. |
Extension Methods
BeginPurgeContent(IEndpointsOperations, String, String, PurgeParameters) |
Removes a content from Front Door. |
BeginPurgeContentAsync(IEndpointsOperations, String, String, PurgeParameters, CancellationToken) |
Removes a content from Front Door. |
PurgeContent(IEndpointsOperations, String, String, PurgeParameters) |
Removes a content from Front Door. |
PurgeContentAsync(IEndpointsOperations, String, String, PurgeParameters, CancellationToken) |
Removes a content from Front Door. |