Click or drag to resize

PushNotificationAgentServiceClientPushAsync Method

[Missing <summary> documentation for "M:Scanjour.Process.PushNotification.PushNotifierServiceReference.PushNotificationAgentServiceClient.PushAsync(System.String,System.String,System.Int32,System.String,System.Int32,System.Collections.Generic.Dictionary{System.String,System.Object})"]


Namespace: Scanjour.Process.PushNotification.PushNotifierServiceReference
Assembly: Scanjour.Process.PushNotification_24.5.0.0 (in Scanjour.Process.PushNotification_24.5.0.0.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public Task PushAsync(
	string deviceToken,
	string alert,
	int badge,
	string sound,
	int available,
	Dictionary<string, Object> data
)

Parameters

deviceToken  String

[Missing <param name="deviceToken"/> documentation for "M:Scanjour.Process.PushNotification.PushNotifierServiceReference.PushNotificationAgentServiceClient.PushAsync(System.String,System.String,System.Int32,System.String,System.Int32,System.Collections.Generic.Dictionary{System.String,System.Object})"]

alert  String

[Missing <param name="alert"/> documentation for "M:Scanjour.Process.PushNotification.PushNotifierServiceReference.PushNotificationAgentServiceClient.PushAsync(System.String,System.String,System.Int32,System.String,System.Int32,System.Collections.Generic.Dictionary{System.String,System.Object})"]

badge  Int32

[Missing <param name="badge"/> documentation for "M:Scanjour.Process.PushNotification.PushNotifierServiceReference.PushNotificationAgentServiceClient.PushAsync(System.String,System.String,System.Int32,System.String,System.Int32,System.Collections.Generic.Dictionary{System.String,System.Object})"]

sound  String

[Missing <param name="sound"/> documentation for "M:Scanjour.Process.PushNotification.PushNotifierServiceReference.PushNotificationAgentServiceClient.PushAsync(System.String,System.String,System.Int32,System.String,System.Int32,System.Collections.Generic.Dictionary{System.String,System.Object})"]

available  Int32

[Missing <param name="available"/> documentation for "M:Scanjour.Process.PushNotification.PushNotifierServiceReference.PushNotificationAgentServiceClient.PushAsync(System.String,System.String,System.Int32,System.String,System.Int32,System.Collections.Generic.Dictionary{System.String,System.Object})"]

data  DictionaryString, Object

[Missing <param name="data"/> documentation for "M:Scanjour.Process.PushNotification.PushNotifierServiceReference.PushNotificationAgentServiceClient.PushAsync(System.String,System.String,System.Int32,System.String,System.Int32,System.Collections.Generic.Dictionary{System.String,System.Object})"]

Return Value

Task

[Missing <returns> documentation for "M:Scanjour.Process.PushNotification.PushNotifierServiceReference.PushNotificationAgentServiceClient.PushAsync(System.String,System.String,System.Int32,System.String,System.Int32,System.Collections.Generic.Dictionary{System.String,System.Object})"]

Implements

IPushNotificationAgentServicePushAsync(String, String, Int32, String, Int32, DictionaryString, Object)
See Also