你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DeterministicAttribute Class

Definition

Attribute used with the Durable Functions Analyzer to label a method as Deterministic. This allows the method to be called in an Orchestration function without causing a compiler warning.

[System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=true)]
public class DeterministicAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=true)>]
type DeterministicAttribute = class
    inherit Attribute
Public Class DeterministicAttribute
Inherits Attribute
Inheritance
DeterministicAttribute
Attributes

Constructors

Name Description
DeterministicAttribute()

Applies to