DataHubServicesAddin.LocatorHub.LocatorHub.FetchRecordAsync C# (CSharp) Method

FetchRecordAsync() public method

public FetchRecordAsync ( string inLocatorId, string inMatchTerm, string inRecordId, RecordIdentifierType inRecordIdType, int inReturnCoordinateSystem ) : void
inLocatorId string
inMatchTerm string
inRecordId string
inRecordIdType RecordIdentifierType
inReturnCoordinateSystem int
return 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