// Token: 0x06001C66 RID: 7270 RVA: 0x0007160C File Offset: 0x0006F80C
 public IAsyncResult BeginStartFindInGALSpeechRecognition(StartFindInGALSpeechRecognitionType request, AsyncCallback callback, object asyncState)
 {
     UmGlobals.ExEvent.LogEvent(UMEventLogConstants.Tuple_MobileSpeechRecoClientStartFindInGALRequestParams, null, new object[]
     {
         request.Culture,
         request.TimeZone,
         request.UserObjectGuid,
         request.TenantGuid,
         base.Url
     });
     return(base.BeginInvoke("StartFindInGALSpeechRecognition", new object[]
     {
         request
     }, callback, asyncState));
 }
        public StartFindInGALSpeechRecognitionResponseMessageType StartFindInGALSpeechRecognition([XmlElement("StartFindInGALSpeechRecognition", Namespace = "http://schemas.microsoft.com/exchange/services/2006/messages")] StartFindInGALSpeechRecognitionType request)
        {
            object[] array = this.Invoke("StartFindInGALSpeechRecognition", new object[]
            {
                request
            });

            return((StartFindInGALSpeechRecognitionResponseMessageType)array[0]);
        }