SdkMessageFilterAvailability Class
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.
Contains integer values that are used for the SdkMessageFilter.Availability
attribute.
public ref class SdkMessageFilterAvailability abstract sealed
public static class SdkMessageFilterAvailability
type SdkMessageFilterAvailability = class
Public Class SdkMessageFilterAvailability
- Inheritance
-
SdkMessageFilterAvailability
Remarks
The following table contains the values for this class.
Member
Value
Description
Fields
All |
The message is available on both connected and disconnected from the server. Value = 2. |
Client |
The message is available only on the client. Value = 1. |
Server |
The message is available only on the server. Value = 0. |