PushNotificationSubscriber コンストラクター
新しいPushNotificationSubscriberオブジェクトを指定します。
名前空間: Microsoft.SharePoint.Client
アセンブリ: Microsoft.SharePoint.Client.Silverlight (Microsoft.SharePoint.Client.Silverlight.dll 内); Microsoft.SharePoint.Client.Phone (Microsoft.SharePoint.Client.Phone.dll 内) Microsoft.SharePoint.Client (Microsoft.SharePoint.Client.dll 内)
構文
'宣言
Public Sub New ( _
context As ClientRuntimeContext, _
objectPath As ObjectPath _
)
'使用
Dim context As ClientRuntimeContext
Dim objectPath As ObjectPath
Dim instance As New PushNotificationSubscriber(context, _
objectPath)
public PushNotificationSubscriber(
ClientRuntimeContext context,
ObjectPath objectPath
)
パラメーター
context
型: Microsoft.SharePoint.Client.ClientRuntimeContextどの要求が調整されたおよびアクションを使ってClientRuntimeContextオブジェクトは、サイト コレクション内に開始されます。
objectPath
型: Microsoft.SharePoint.Client.ObjectPathオブジェクトをサーバー上で再作成できるように、 ClientRuntimeContextクラスのクライアント オブジェクトを作成する方法を追跡します。このクラスとそのメンバーは内部使用のために予約済みです。ユーザーのコード内で使用されるものではありません。
関連項目
参照先
PushNotificationSubscriber クラス