Click or drag to resize
GDPushChannelInit Method
Constructor that prepares a new Push Channel.

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
public int Init(
	IGDPushChannelListener listener
)

Parameters

listener
Type: GDIGDPushChannelListener
Object used for initialization.

Return Value

Type: Int32
This function always return 0.
Remarks
This function does not initiate data communication. See Connect.
See Also