[TIBCO.EMS .NET Admin client library 7.0 documentation]

Returns global send check mode for NON_PERSISTENT messages.

Namespace:  TIBCO.EMS.ADMIN
Assembly:  TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)

Syntax

public int NPSendCheckMode { get; }
Public ReadOnly Property NPSendCheckMode As Integer
public:
property int NPSendCheckMode {
	int get ();
}

Remarks

If property not defined in the server this method returns NPSEND_CHECK_DEFAULT()()() return send check mode for NON_PERSISTENT messages. Values are constants beginning with NPSEND_... documented in Tibems class, such as NPSEND_CHECK_DEFAULT()()().

See Also