Miner.Responder.Shared.Replication Namespace > ReplicationObjectInformationProvider Class > TryFindGlobalObjectId Method : TryFindGlobalObjectId(FeatureID,GlobalObjectId) Method |
'Declaration
Public Overloads MustOverride Function TryFindGlobalObjectId( _ ByVal featureID As FeatureID, _ ByRef globalObjectId As GlobalObjectId _ ) As System.Boolean
'Usage
Dim instance As ReplicationObjectInformationProvider Dim featureID As FeatureID Dim globalObjectId As GlobalObjectId Dim value As System.Boolean value = instance.TryFindGlobalObjectId(featureID, globalObjectId)
public abstract System.bool TryFindGlobalObjectId( FeatureID featureID, out GlobalObjectId globalObjectId )
public function TryFindGlobalObjectId( featureID: FeatureID; Out globalObjectId: GlobalObjectId ): System.Boolean; abstract;
public __abstract function TryFindGlobalObjectId( featureID : FeatureID, globalObjectId : GlobalObjectId ) : System.boolean;
public: abstract System.bool TryFindGlobalObjectId( FeatureID* featureID, [PARAMFLAG::Out] GlobalObjectId globalObjectId )
public: abstract System.bool TryFindGlobalObjectId( FeatureID^ featureID, [Out] GlobalObjectId globalObjectId )
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2