microsoft.exchange.webservices.data.autodiscover
Interface IFunctionDelegate<T1 extends List<?>,T2 extends List<?>,TResult>

Type Parameters:
T1 - the generic type
T2 - the generic type
TResult - the generic type
All Known Implementing Classes:
AutodiscoverService

public interface IFunctionDelegate<T1 extends List<?>,T2 extends List<?>,TResult>

The Interface FuncDelegateInterface.


Method Summary
 TResult func(T1 arg1, T2 arg2, ExchangeVersion arg3, URI arg4)
          Func.
 

Method Detail

func

TResult func(T1 arg1,
             T2 arg2,
             ExchangeVersion arg3,
             URI arg4)
             throws Exception
Func.

Parameters:
arg1 - the arg1
arg2 - the arg2
arg3 - the arg3
arg4 - the arg4
Returns:
the t result
Throws:
Exception - the exception


Copyright © 2012–2015 Microsoft. All rights reserved.