Description
Set the offset with respect to current time
to define the stop of the sliding window, used when
IntegrationWindowType is set to Sliding Window.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
Public Property StopOffset() As Double
|
[C#] |
public double StopOffset {get; set;}
|
[Managed C++] |
public: __property double get_StopOffset();
public: __property void set_StopOffset(
double
);
|
[Unmanaged C++] |
public: HRESULT get_StopOffset(
double * pRetVal
);
public: HRESULT put_StopOffset(
double NewStopOffset
);
|
[Java] |
public double getStopOffset();public void setStopOffset(
double
);
|
See Also