Click or drag to resize

ACE.AdsDDCreateSubscription Method

X#

Namespace:  XSharp.ADS
Assembly:  XSharp.Rdd (in XSharp.Rdd.dll) Version: 2.21
Syntax
 STATIC METHOD AdsDDCreateSubscription(
	hDictionary AS IntPtr,
	strSubscriptionName AS STRING,
	strPublicationName AS STRING,
	strTarget AS STRING,
	strUser AS STRING,
	strPassword AS STRING,
	strReplicationQueue AS STRING,
	usForward AS WORD,
	strComments AS STRING,
	ulOptions AS DWORD
) AS DWORD
Request Example View Source

Parameters

hDictionary
Type: IntPtr
strSubscriptionName
Type: String
strPublicationName
Type: String
strTarget
Type: String
strUser
Type: String
strPassword
Type: String
strReplicationQueue
Type: String
usForward
Type: Word
strComments
Type: String
ulOptions
Type: DWord

Return Value

Type: DWord
See Also