microsoft.exchange.webservices.data.autodiscover
Interface IFunctionDelegate<T1 extends List<?>,T2 extends List<?>,TResult>
- Type Parameters:
T1 - the generic typeT2 - the generic typeTResult - the generic type
- All Known Implementing Classes:
- AutodiscoverService
public interface IFunctionDelegate<T1 extends List<?>,T2 extends List<?>,TResult>
The Interface FuncDelegateInterface.
func
TResult func(T1 arg1,
T2 arg2,
ExchangeVersion arg3,
URI arg4)
throws Exception
- Func.
- Parameters:
arg1 - the arg1arg2 - the arg2arg3 - the arg3arg4 - the arg4
- Returns:
- the t result
- Throws:
Exception - the exception
Copyright © 2012–2015 Microsoft. All rights reserved.