IExternalService.OnServersDisparity Method

IExternalServiceOnServersDisparity Method


Namespace: Autodesk.Revit.DB.ExternalService
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
DisparityResponse OnServersDisparity(
	Document document,
	IList<Guid> oldServers
)
Function OnServersDisparity ( 
	document As Document,
	oldServers As IList(Of Guid)
) As DisparityResponse
DisparityResponse OnServersDisparity(
	Document^ document, 
	IList<Guid>^ oldServers
)
abstract OnServersDisparity : 
        document : Document * 
        oldServers : IList<Guid> -> DisparityResponse 

Parameters

document  Document
 
oldServers  IListGuid
 

Return Value

DisparityResponse
See Also