TeamFoundationWebService.CreateCustomKeyForAspNetWebServiceMetadataCache Method

Create a custom cache key for this service type. Called by ServerProtocol.

Namespace:  Microsoft.TeamFoundation.Framework.Server.WebServices
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
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
)
public:
static String^ CreateCustomKeyForAspNetWebServiceMetadataCache(
    Type^ protocol, 
    Type^ service, 
    String^ originalString
)
static member CreateCustomKeyForAspNetWebServiceMetadataCache : 
        protocol:Type * 
        service:Type * 
        originalString:string -> string
public static function CreateCustomKeyForAspNetWebServiceMetadataCache(
    protocol : Type, 
    service : Type, 
    originalString : String
) : String

Parameters

Return Value

Type: System.String

.NET Framework Security

See Also

Reference

TeamFoundationWebService Class

Microsoft.TeamFoundation.Framework.Server.WebServices Namespace