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

Geocode_BinaryAsync() public méthode

public Geocode_BinaryAsync ( string LocatorId, string inMatchTerm, string inQuery, bool inUseFuzzySearch, int inReturnCoordinateSystem, object userState ) : void
LocatorId string
inMatchTerm string
inQuery string
inUseFuzzySearch bool
inReturnCoordinateSystem int
userState object
Résultat void
        public void Geocode_BinaryAsync(string LocatorId, string inMatchTerm, string inQuery, bool inUseFuzzySearch, int inReturnCoordinateSystem, object userState) {
            if ((this.Geocode_BinaryOperationCompleted == null)) {
                this.Geocode_BinaryOperationCompleted = new System.Threading.SendOrPostCallback(this.OnGeocode_BinaryOperationCompleted);
            }
            this.InvokeAsync("Geocode_Binary", new object[] {
                        LocatorId,
                        inMatchTerm,
                        inQuery,
                        inUseFuzzySearch,
                        inReturnCoordinateSystem}, this.Geocode_BinaryOperationCompleted, userState);
        }
        

Same methods

LocatorHub::Geocode_BinaryAsync ( string LocatorId, string inMatchTerm, string inQuery, bool inUseFuzzySearch, int inReturnCoordinateSystem ) : void