TeamFoundationWebService.CreateCustomKeyForAspNetWebServiceMetadataCache Method
Namespace: Microsoft.TeamFoundation.Framework.Server.Alm.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
- 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.
See Also
Reference
TeamFoundationWebService Class
Microsoft.TeamFoundation.Framework.Server.Alm.WebServices Namespace