'Declaration<NotNullAttribute()> Function AsClient() As IEasyUAClient
'UsageDim instance As IEasyUASpecializedClient Dim value As IEasyUAClient value = instance.AsClient()
[NotNull()] IEasyUAClient AsClient()
[NotNull()] IEasyUAClient^ AsClient();
'Declaration<NotNullAttribute()> Function AsClient() As IEasyUAClient
'UsageDim instance As IEasyUASpecializedClient Dim value As IEasyUAClient value = instance.AsClient()
[NotNull()] IEasyUAClient AsClient()
[NotNull()] IEasyUAClient^ AsClient();
| Exception | Description |
|---|---|
| System.NotSupportedException | An invoked method is not supported at all, or is not supported with the parameters used to create the object. |
If the specialized client object has been derived from a general-purpose client, this method returns the original general-purpose client object used in derivation. If the specialized client object is standalone, this method returns the internal general-purpose client object used by this specialized client.