MessageFileBase.SerializeToInbox Method (String)

 

Note: This API is now obsolete.

Use SerializeToInbox and specify the server name by using HostName.

Creates a file and writes directly to the appropriate inbox. If the Configuration Manager site server is not present on the remote machine where this is run, an exception will be raised.

Namespace:   Microsoft.ConfigurationManagement.Messaging.Framework
Assembly:  Microsoft.ConfigurationManagement.Messaging (in Microsoft.ConfigurationManagement.Messaging.dll)

Syntax

[ObsoleteAttribute("Use Settings.HostName to specify a server name and use SerializeToInbox() rather than using this method.")]
public void SerializeToInbox(
    string serverName
)
public:
[ObsoleteAttribute("Use Settings.HostName to specify a server name and use SerializeToInbox() rather than using this method.")]
void SerializeToInbox(
    String^ serverName
)
<ObsoleteAttribute("Use Settings.HostName to specify a server name and use SerializeToInbox() rather than using this method.")>
Public Sub SerializeToInbox (
    serverName As String
)

Parameters

See Also

SerializeToInbox Overload
MessageFileBase Class
Microsoft.ConfigurationManagement.Messaging.Framework Namespace

Return to top