JsonRpc.GetJsonRpcMethodAttribute 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
JsonRpcMethodAttribute 이전에 검색한 RPC 메서드에 대한 메서드(있는 경우)를 가져옵니다.
public StreamJsonRpc.JsonRpcMethodAttribute? GetJsonRpcMethodAttribute (string methodName, ReadOnlySpan<System.Reflection.ParameterInfo> parameters);
member this.GetJsonRpcMethodAttribute : string * ReadOnlySpan<System.Reflection.ParameterInfo> -> StreamJsonRpc.JsonRpcMethodAttribute
Public Function GetJsonRpcMethodAttribute (methodName As String, parameters As ReadOnlySpan(Of ParameterInfo)) As JsonRpcMethodAttribute
매개 변수
- methodName
- String
특성을 찾는 메서드의 이름입니다.
- parameters
- ReadOnlySpan<ParameterInfo>
메서드에 제공 TryGetTypedArguments(ReadOnlySpan<ParameterInfo>, Span<Object>)될 수 있는 매개 변수의 목록입니다. 이 목록은 후행과 같은 몇 가지 특수 매개 변수를 생략할 수 있습니다 CancellationToken.