다음을 통해 공유


HubLifetimeManager<THub>.TryGetReturnType(String, Type) 메서드

정의

IHubProtocol 연결 결과에서 예상되는 형식이 무엇인지 구현에 알릴 수 있습니다.

public virtual bool TryGetReturnType (string invocationId, out Type? type);
abstract member TryGetReturnType : string * Type -> bool
override this.TryGetReturnType : string * Type -> bool
Public Overridable Function TryGetReturnType (invocationId As String, ByRef type As Type) As Boolean

매개 변수

invocationId
String

진행 중인 호출의 ID입니다.

type
Type

연결에서 보낼 형식입니다. 또는 RawResult 결과가 다른 서버용인 경우입니다.

반환

적용 대상