MSFT_SIPLogOptions class

 
Microsoft Office Live Communications Server 2005 with SP1

MSFT_SIPLogOptions

The MSFT_SIPLogOptions class defines the options available to the Microsoft® Office Live Communications Server 2005 with SP1 Archiving service.

The following syntax is simplified from MOF code and includes all inherited properties.

class MSFT_SIPLogOptions
{
  string AckQueueName;
  string ArchivingBEToken;
  [key] string InstanceID;
  string QueuePath;
};

Methods

This class does not define any methods.

Properties

The MSFT_SIPLogOptions class has the following properties.

  • AckQueueName
    Data type: string

    The path to the private queue used to store acknowledgments for logged messages. The maximum length of the string is 380 characters. This property is optional on creation and cannot be updated.

  • ArchivingBEToken
    Data type: string

    If present, indicates that a message has already been logged by an associated archiving agent. The maximum length of the string is 250 characters. This property cannot be NULL. The default value is backend_token. This property is required on creation and can be updated.

  • InstanceID
    Data type: [key] string

    A GUID value that uniquely identifies the log options settings. The GUID must be encapsulated between the "{" and "}" braces; for example: "{01234567-0123-4567-89AB-CDEF01234567}".

    This property cannot be updated.

  • QueuePath
    Data type: string

    The path to the MSMQ (Microsoft Message Queuing) server. The string consists of a maximum of 380 characters: 115 for the queue, 255 for the FQDN (fully qualified domain name) of the MSMQ server, and 10 for "\private$\". The default value is NULL. This property is optional on creation and can be updated.

Remarks

Only one instance of this class can be defined on the Live Communications Server.

Instances of this class can only be updated.

Requirements

Server: Installed on Windows Server 2003 with Live Communications Server 2005 with SP1.
Namespace: Defined in \root\cimv2.

See Also

MSFT_SIPLogServiceSetting, Live Communications Server WMI Reference

  
  What did you think of this topic?
  © 2008 Microsoft Corporation. All rights reserved.