ReceiveNotification コンストラクター

 

ReceiveNotification クラスの新しいインスタンスを初期化します。

名前空間:   Microsoft.Activities.Messaging
アセンブリ:  Microsoft.Activities (Microsoft.Activities.dll 内)

オーバーロードの一覧

名前 説明
System_CAPS_pubmethod ReceiveNotification()

ReceiveNotification クラスの新しいインスタンスを初期化します。

System_CAPS_pubmethod ReceiveNotification(InArgument<SubscriptionFilter>)

ReceiveNotification クラスの新しいインスタンスを初期化します。

System_CAPS_pubmethod ReceiveNotification(InArgument<SubscriptionHandle>)

ReceiveNotification クラスの新しいインスタンスを初期化します。

参照

ReceiveNotification クラス
Microsoft.Activities.Messaging 名前空間

トップに戻る

ReceiveNotification コンストラクター ()

ReceiveNotification クラスの新しいインスタンスを初期化します。

構文

public ReceiveNotification()
public:
ReceiveNotification()
new : unit -> ReceiveNotification
Public Sub New

トップに戻る

ReceiveNotification コンストラクター (InArgument<SubscriptionFilter>)

ReceiveNotification クラスの新しいインスタンスを初期化します。

構文

public ReceiveNotification(
    InArgument<SubscriptionFilter> filter
)
public:
ReceiveNotification(
    InArgument<SubscriptionFilter^>^ filter
)
new : 
        filter:InArgument<SubscriptionFilter> -> ReceiveNotification
Public Sub New (
    filter As InArgument(Of SubscriptionFilter)
)

パラメーター

トップに戻る

ReceiveNotification コンストラクター (InArgument<SubscriptionHandle>)

ReceiveNotification クラスの新しいインスタンスを初期化します。

構文

public ReceiveNotification(
    InArgument<SubscriptionHandle> subscriptionHandle
)
public:
ReceiveNotification(
    InArgument<SubscriptionHandle^>^ subscriptionHandle
)
new : 
        subscriptionHandle:InArgument<SubscriptionHandle> -> ReceiveNotification
Public Sub New (
    subscriptionHandle As InArgument(Of SubscriptionHandle)
)

パラメーター

トップに戻る