GrainAddress クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
内のエントリを表します。 IGrainDirectory
[Orleans.GenerateSerializer]
[Orleans.Immutable]
public sealed class GrainAddress : IEquatable<Orleans.Runtime.GrainAddress>, ISpanFormattable
[<Orleans.GenerateSerializer>]
[<Orleans.Immutable>]
type GrainAddress = class
interface IEquatable<GrainAddress>
interface ISpanFormattable
interface IFormattable
Public NotInheritable Class GrainAddress
Implements IEquatable(Of GrainAddress), ISpanFormattable
- 継承
-
GrainAddress
- 属性
- 実装
コンストラクター
GrainAddress() |
内のエントリを表します。 IGrainDirectory |
プロパティ
ActivationId |
特定のグレイン アクティブ化の ID |
GrainId |
グレインの識別子 |
IsComplete |
内のエントリを表します。 IGrainDirectory |
MembershipVersion |
登録時の MembershipVersion |
SiloAddress |
グレイン アクティブ化が行われるサイロのアドレス |
メソッド
Equals(GrainAddress) |
内のエントリを表します。 IGrainDirectory |
Equals(Object) |
内のエントリを表します。 IGrainDirectory |
GetHashCode() |
内のエントリを表します。 IGrainDirectory |
Matches(GrainAddress) |
2 つのグレイン アドレスが等しい SiloAddress 値を GrainId 持ち、1 つが既定値 ActivationId を持っているか、両方が等しい ActivationId 場合は一致します。 |
ToFullString() |
内のエントリを表します。 IGrainDirectory |
ToString() |
内のエントリを表します。 IGrainDirectory |
明示的なインターフェイスの実装
IFormattable.ToString(String, IFormatProvider) |
内のエントリを表します。 IGrainDirectory |
ISpanFormattable.TryFormat(Span<Char>, Int32, ReadOnlySpan<Char>, IFormatProvider) |
内のエントリを表します。 IGrainDirectory |