Share via


CodePackageActivationContext.GetEndpoints Method

Definition

Retrieves all the end points in the service manifest.

public System.Collections.ObjectModel.KeyedCollection<string,System.Fabric.Description.EndpointResourceDescription> GetEndpoints ();
abstract member GetEndpoints : unit -> System.Collections.ObjectModel.KeyedCollection<string, System.Fabric.Description.EndpointResourceDescription>
override this.GetEndpoints : unit -> System.Collections.ObjectModel.KeyedCollection<string, System.Fabric.Description.EndpointResourceDescription>
Public Function GetEndpoints () As KeyedCollection(Of String, EndpointResourceDescription)

Returns

The end points in the service manifest.

Implements

Applies to