Partager via


BotConfiguration.DisconnectServiceByNameOrId Méthode

Définition

Surcharges

DisconnectServiceByNameOrId(String)

Supprimez un service par son nom ou son ID.

DisconnectServiceByNameOrId<T>(String)

Supprimez un type de service spécifique par son nom ou son ID.

DisconnectServiceByNameOrId(String)

Supprimez un service par son nom ou son ID.

public Microsoft.Bot.Configuration.ConnectedService DisconnectServiceByNameOrId (string nameOrId);
member this.DisconnectServiceByNameOrId : string -> Microsoft.Bot.Configuration.ConnectedService
Public Function DisconnectServiceByNameOrId (nameOrId As String) As ConnectedService

Paramètres

nameOrId
String

Nom ou ID de service.

Retours

qui ConnectedService a été trouvé et supprimé.

Exceptions

Aucun service de ce type n’a été trouvé.

S’applique à

DisconnectServiceByNameOrId<T>(String)

Supprimez un type de service spécifique par son nom ou son ID.

public T DisconnectServiceByNameOrId<T> (string nameOrId) where T : Microsoft.Bot.Configuration.ConnectedService;
member this.DisconnectServiceByNameOrId : string -> 'T (requires 'T :> Microsoft.Bot.Configuration.ConnectedService)
Public Function DisconnectServiceByNameOrId(Of T As ConnectedService) (nameOrId As String) As T

Paramètres de type

T

Type de service.

Paramètres

nameOrId
String

Nom ou ID de service.

Retours

T

qui ConnectedService a été trouvé et supprimé.

Exceptions

Aucun service de ce type n’a été trouvé.

S’applique à