StreamIdentity 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
스트림 ID에는 스트림을 고유하게 식별하는 데 사용하는 공용 스트림 정보가 포함됩니다. 스트림 ID는 스트림 공급자당 고유합니다.
[System.Serializable]
public class StreamIdentity : Orleans.Streams.IStreamIdentity
[System.Serializable]
[Orleans.GenerateSerializer]
[Orleans.Immutable]
public sealed class StreamIdentity : Orleans.Streams.IStreamIdentity
[<System.Serializable>]
type StreamIdentity = class
interface IStreamIdentity
[<System.Serializable>]
[<Orleans.GenerateSerializer>]
[<Orleans.Immutable>]
type StreamIdentity = class
interface IStreamIdentity
Public Class StreamIdentity
Implements IStreamIdentity
Public NotInheritable Class StreamIdentity
Implements IStreamIdentity
- 상속
-
StreamIdentity
- 특성
- 구현
설명
가능한 경우 를 대신 사용합니다 StreamId .
생성자
StreamIdentity(Guid, String) |
StreamIdentity 클래스의 새 인스턴스를 초기화합니다. |
속성
Guid |
스트림 식별자를 가져옵니다. |
Namespace |
스트림 네임스페이스를 가져옵니다. |
메서드
Equals(Object) |
스트림 ID에는 스트림을 고유하게 식별하는 데 사용하는 공용 스트림 정보가 포함됩니다. 스트림 ID는 스트림 공급자당 고유합니다. |
GetHashCode() |
스트림 ID에는 스트림을 고유하게 식별하는 데 사용하는 공용 스트림 정보가 포함됩니다. 스트림 ID는 스트림 공급자당 고유합니다. |