TeamFoundationWebService.CreateCustomKeyForAspNetWebServiceMetadataCache Method
Creates a custom cache key for this service type. Called by ServerProtocol.
Namespace: Microsoft.TeamFoundation.Server.Core.WebServices
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.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
- protocol
Type: System.Type
- service
Type: System.Type
- originalString
Type: System.String
Return Value
Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.