EndpointsOverviewShowEndpointModelAsync Method

Shows the endpoint modal.

Definition

Namespace: MobileTrack.Web.Portal.Pages.Admin
Assembly: MobileTrack.Web.Portal (in MobileTrack.Web.Portal.exe) Version: 0.8+821604ea552bde242964120acb39b21c90d2b4af
public Task ShowEndpointModelAsync(
	EndpointDto? endpointToEdit = null
)

Parameters

endpointToEdit  EndpointDto  (Optional)

[Missing <param name="endpointToEdit"/> documentation for "M:MobileTrack.Web.Portal.Pages.Admin.EndpointsOverview.ShowEndpointModelAsync(MobileTrack.Common.Models.Alerts.EndpointDto)"]

Return Value

Task

[Missing <returns> documentation for "M:MobileTrack.Web.Portal.Pages.Admin.EndpointsOverview.ShowEndpointModelAsync(MobileTrack.Common.Models.Alerts.EndpointDto)"]

See Also