Metodo DedNetSwServerConnectToSW
|
Namespace: DedNetSwAssembly: DedNetSw (in DedNetSw.dll) Versione: 26.4.0.0 (26.4.0.0)
Sintassi public bool ConnectToSW(
Object ThisSW,
int Cookie
)
Public Function ConnectToSW (
ThisSW As Object,
Cookie As Integer
) As Boolean
public:
virtual bool ConnectToSW(
Object^ ThisSW,
int Cookie
) sealed
abstract ConnectToSW :
ThisSW : Object *
Cookie : int -> bool
override ConnectToSW :
ThisSW : Object *
Cookie : int -> bool
Parametri
- ThisSW Object
-
- Cookie Int32
-
Valore di ritorno
BooleanImplementa
ISwAddin.ConnectToSW(Object, Int32)Vedi anche