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

GetDelegate() private method

private GetDelegate ( [ Namespace = "http://schemas.microsoft.com/exchange/services/2006/messages")]GetDelegateTypeGetDelegate1 ) : GetDelegateResponseMessageType
Namespace [
return GetDelegateResponseMessageType
        public GetDelegateResponseMessageType GetDelegate([System.Xml.Serialization.XmlElementAttribute("GetDelegate", Namespace = "http://schemas.microsoft.com/exchange/services/2006/messages")] GetDelegateType GetDelegate1)
        {
            object[] results = this.Invoke("GetDelegate", new object[] {
                    GetDelegate1});
            return ((GetDelegateResponseMessageType)(results[0]));
        }
ExchangeServiceBinding