Compartilhar via


Método TeamFoundationWebService.CreateCustomKeyForAspNetWebServiceMetadataCache

Criar uma chave de cache personalizada para esse tipo de serviço. Chamado por ServerProtocol.

Namespace:  Microsoft.TeamFoundation.Server.Core.WebServices
Assembly:  Microsoft.TeamFoundation.Server.Core (em Microsoft.TeamFoundation.Server.Core.dll)

Sintaxe

'Declaração
Public Shared Function CreateCustomKeyForAspNetWebServiceMetadataCache ( _
    protocol As Type, _
    service As Type, _
    originalString As String _
) As String
public static string CreateCustomKeyForAspNetWebServiceMetadataCache(
    Type protocol,
    Type service,
    string originalString
)

Parâmetros

Valor de retorno

Tipo: System.String

Segurança do .NET Framework

Consulte também

Referência

TeamFoundationWebService Classe

Namespace Microsoft.TeamFoundation.Server.Core.WebServices