Microsoft.Protocols.TestSuites.Common.ExchangeServiceBinding.EndGetUserConfiguration C# (CSharp) Method

EndGetUserConfiguration() public method

public EndGetUserConfiguration ( System asyncResult ) : GetUserConfigurationResponseMessageType
asyncResult System
return GetUserConfigurationResponseMessageType
        public GetUserConfigurationResponseMessageType EndGetUserConfiguration(System.IAsyncResult asyncResult)
        {
            object[] results = this.EndInvoke(asyncResult);
            return ((GetUserConfigurationResponseMessageType)(results[0]));
        }
ExchangeServiceBinding