HubInvocationContext 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
中樞調用的內容。
public ref class HubInvocationContext
public class HubInvocationContext
type HubInvocationContext = class
Public Class HubInvocationContext
- 繼承
-
HubInvocationContext
建構函式
屬性
Context |
取得使用中樞連線和呼叫端的內容。 |
Hub |
取得中樞實例。 |
HubMethod |
要 MethodInfo 叫用中樞方法的 。 |
HubMethodArguments |
取得用戶端所提供的引數。 |
HubMethodName |
取得叫用中樞方法的名稱。 |
ServiceProvider |
這個 IServiceProvider Hub 方法調用範圍的特定 。 |