IPushNotificationAgentServicePushAsync Method

Scanjour Workflow4 Reference Manual

[Missing <summary> documentation for "M:Scanjour.Process.PushNotification.PushNotifierServiceReference.IPushNotificationAgentService.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_23.1.0.0 (in Scanjour.Process.PushNotification_23.1.0.0.dll) Version: 23.1.0.0 (23.1.0.0)
Syntax

Task PushAsync(
	string deviceToken,
	string alert,
	int badge,
	string sound,
	int available,
	Dictionary<string, Object> data
)

Parameters

deviceToken
Type: SystemString

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

alert
Type: SystemString

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

badge
Type: SystemInt32

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

sound
Type: SystemString

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

available
Type: SystemInt32

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

data
Type: System.Collections.GenericDictionaryString, Object

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

Return Value

Type: Task

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

See Also

Reference