SchemeServiceClientGetFunctionAsync(String, CancellationToken) - метод
Примечание: Данный API устарел.
Пространство имён: Tessa.SchemeСборка: Tessa (в Tessa.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
[ObsoleteAttribute("Method is not supported. Individual objects are only resolved by their identifiers.")]
public ValueTask<SchemeFunction> GetFunctionAsync(
string name,
CancellationToken cancellationToken = default
)
<ObsoleteAttribute("Method is not supported. Individual objects are only resolved by their identifiers.")>
Public Function GetFunctionAsync (
name As String,
Optional cancellationToken As CancellationToken = Nothing
) As ValueTask(Of SchemeFunction)
public:
[ObsoleteAttribute(L"Method is not supported. Individual objects are only resolved by their identifiers.")]
virtual ValueTask<SchemeFunction^> GetFunctionAsync(
String^ name,
CancellationToken cancellationToken = CancellationToken()
) sealed
[<ObsoleteAttribute("Method is not supported. Individual objects are only resolved by their identifiers.")>]
abstract GetFunctionAsync :
name : string *
?cancellationToken : CancellationToken
(* Defaults:
let _cancellationToken = defaultArg cancellationToken new CancellationToken()
*)
-> ValueTask<SchemeFunction>
[<ObsoleteAttribute("Method is not supported. Individual objects are only resolved by their identifiers.")>]
override GetFunctionAsync :
name : string *
?cancellationToken : CancellationToken
(* Defaults:
let _cancellationToken = defaultArg cancellationToken new CancellationToken()
*)
-> ValueTask<SchemeFunction>
- name String
-
- cancellationToken CancellationToken (Optional)
-
ValueTaskSchemeFunctionISchemeServiceGetFunctionAsync(String, CancellationToken) | NotSupportedException | Метод не поддерживается. |