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

Returns producer's creation time in milliseconds.

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

Syntax

public long CreateTime { get; }
Public ReadOnly Property CreateTime As Long
public:
property long long CreateTime {
	long long get ();
}

Return Value

the producer's creation time in milliseconds.

See Also