조인 패턴에 대한 실행 계획을 나타냅니다.
상속 계층 구조
System.Object
System.Reactive.Joins.Plan<TResult>
네임스페이스:System.Reactive.Joins
어셈블리: System.Reactive(System.Reactive.dll)
Syntax
'Declaration
Public MustInherit Class Plan(Of TResult)
'Usage
Dim instance As Plan(Of TResult)
public abstract class Plan<TResult>
generic<typename TResult>
public ref class Plan abstract
[<AbstractClassAttribute>]
type Plan<'TResult> = class end
JScript does not support generic types and methods.
형식 매개 변수
- TResult
계획의 결과 형식입니다.
Plan<TResult> 형식은 다음 멤버를 노출합니다.
메서드
| 속성 | Description | |
|---|---|---|
|
같음 | ( 개체에서 상속됩니다.) |
|
Finalize | ( 개체에서 상속됩니다.) |
|
GetHashCode | ( 개체에서 상속됩니다.) |
|
GetType | ( 개체에서 상속됩니다.) |
|
MemberwiseClone | ( 개체에서 상속됩니다.) |
|
ToString | ( 개체에서 상속됩니다.) |
상위
스레드 보안
이 형식의 모든 public static(Visual Basic의 경우 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 구성원은 스레드로부터의 안전성이 보장되지 않습니다.