DataHubServicesAddin.LocatorHub.LocatorHub.FetchRecordAsync C# (CSharp) Méthode

FetchRecordAsync() public méthode

public FetchRecordAsync ( string inLocatorId, string inMatchTerm, string inRecordId, RecordIdentifierType inRecordIdType, int inReturnCoordinateSystem ) : void
inLocatorId string
inMatchTerm string
inRecordId string
inRecordIdType RecordIdentifierType
inReturnCoordinateSystem int
Résultat void
        public void FetchRecordAsync(string inLocatorId, string inMatchTerm, string inRecordId, RecordIdentifierType inRecordIdType, int inReturnCoordinateSystem) {
            this.FetchRecordAsync(inLocatorId, inMatchTerm, inRecordId, inRecordIdType, inReturnCoordinateSystem, null);
        }
        

Same methods

LocatorHub::FetchRecordAsync ( string inLocatorId, string inMatchTerm, string inRecordId, RecordIdentifierType inRecordIdType, int inReturnCoordinateSystem, object userState ) : void