PushSubscriptionRequestType.StatusFrequency Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The StatusFrequency property gets or sets the frequency, specified in minutes, at which notification messages will be sent to the client when no events have occurred.
public:
property int StatusFrequency { int get(); void set(int value); };
public int StatusFrequency { get; set; }
Public Property StatusFrequency As Integer