5/13/2011

This method returns the list of remote server names as specified by the device imaging component. You can use this method to select any property of the device imaging component. Selecting a name of a remote server is one of the uses for this method.

Syntax

public UInt32 GetOptionalRemoteServerNames(
  string[]
remoteServerNames
);

Parameters

remoteServerNames

[out] Array that contains remote server names.

Return Value

Returns a Uint32value. A return value of zero indicates that the remote server names array was returned successfully. Any other value indicates failure.

Remarks

This method is optional because the device imaging solution can be hosted on the same computer that hosts the Configuration Manager console.

See Also