Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the interval for sending keep-alive notifications to the client notification endpoint on the management point. The default value is 15 minutes.
Namespace: Microsoft.ConfigurationManagement.Messaging.Messages
Assembly: Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)
Syntax
[MessagePropertyAttribute(MessagePropertyImportance.Required)]
public TimeSpan KeepAliveInterval { get; set; }
public:
[MessagePropertyAttribute(MessagePropertyImportance::Required)]
property TimeSpan KeepAliveInterval {
TimeSpan get();
void set(TimeSpan value);
}
<MessagePropertyAttribute(MessagePropertyImportance.Required)>
Public Property KeepAliveInterval As TimeSpan
Property Value
Type: System.TimeSpan
See Also
ConfigMgrBgbSession Class
Microsoft.ConfigurationManagement.Messaging.Messages Namespace
Return to top