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

RouterValue Class

Definition

Generic value wrapper. Values must be primitive values - number, string, boolean.

public class RouterValue : IEquatable<Azure.Communication.JobRouter.RouterValue>
type RouterValue = class
    interface IEquatable<RouterValue>
Public Class RouterValue
Implements IEquatable(Of RouterValue)
Inheritance
RouterValue
Implements

Constructors

RouterValue(Boolean)

Set value of Boolean type.

RouterValue(Decimal)

Set value of Decimal type.

RouterValue(Double)

Set value of Double type.

RouterValue(Int32)

Set value of Int32 type.

RouterValue(Int64)

Set value of Int64 type.

RouterValue(Single)

Set value of Single type.

RouterValue(String)

Set value of String type.

Properties

Value

Primitive value.

Methods

Equals(RouterValue)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns a string that represents the current object.

Operators

Equality(RouterValue, RouterValue)

Determines if two RouterValue values are the same.

Inequality(RouterValue, RouterValue)

Determines if two RouterValue values are not the same.

Applies to