Class FunctionDataCacheKey
- Namespace
- Microsoft.Azure.WebJobs
- Assembly
- Microsoft.Azure.WebJobs.Host.dll
public class FunctionDataCacheKey
- Inheritance
-
FunctionDataCacheKey
- Inherited Members
-
Constructors
FunctionDataCacheKey(string, string)
public FunctionDataCacheKey(string id, string version)
Parameters
id
string
version
string
Properties
Id
public string Id { get; }
Property Value
- string
Version
public string Version { get; }
Property Value
- string
Methods
Equals(object)
public override bool Equals(object obj)
Parameters
obj
object
Returns
- bool
GetHashCode()
public override int GetHashCode()
Returns
- int