'DeclarationPublic Function AsClient() As IEasyUAClient
'UsageDim instance As EasyUASpecializedClient Dim value As IEasyUAClient value = instance.AsClient()
public IEasyUAClient AsClient()
public: IEasyUAClient^ AsClient();
'DeclarationPublic Function AsClient() As IEasyUAClient
'UsageDim instance As EasyUASpecializedClient Dim value As IEasyUAClient value = instance.AsClient()
public IEasyUAClient AsClient()
public: IEasyUAClient^ AsClient();
For specialized clients created by derivation from IEasyUAClient(the AsXXXX methods), the result is the original client object. For stand-alone specialized clients, the results is an internal client object that the specialized client has created for its operations.
This method or property does not throw any exceptions, aside from execution exceptions such as System.Threading.ThreadAbortException or System.OutOfMemoryException.