Share via


CodePackageActivationContext.GetEndpoints Method

Definition

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

System.Collections.ObjectModel.KeyedCollection<System.String,EndpointResourceDescription>

Implements

Applies to