GigaSpaces XAP.NET Documentation
UseTriggerAsTemplate Property
Class LibraryGigaSpaces.XAP.Events.Polling.TriggerReadTriggerOperationHandler<(Of <(<'TData>)>)>UseTriggerAsTemplate
Gets if the object that return from the TriggerReceive(IQuery<(Of <<'(TData>)>>), ISpaceProxy, Int64) operation should be used as the receive template instead of the configured template.
Declaration Syntax
C#Visual BasicVisual C++J#
public override bool UseTriggerAsTemplate { get; }
Public Overrides ReadOnly Property UseTriggerAsTemplate As Boolean
	Get
public:
virtual property bool UseTriggerAsTemplate {
	bool get () override;
}
/** @property */
public boolean get_UseTriggerAsTemplate()

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 14.2.0.0 (14.2.0.20400)