Searched refs:grpcsharp_channel_check_connectivity_state (Results 1 – 4 of 4) sorted by relevance
64 return Native.grpcsharp_channel_check_connectivity_state(this, tryToConnect ? 1 : 0); in CheckConnectivityState()
87 …tes.grpcsharp_channel_check_connectivity_state_delegate grpcsharp_channel_check_connectivity_state; field in Grpc.Core.Internal.NativeMethods187 …this.grpcsharp_channel_check_connectivity_state = GetMethodDelegate<Delegates.grpcsharp_channel_ch… in NativeMethods()286 …this.grpcsharp_channel_check_connectivity_state = DllImportsFromStaticLib.grpcsharp_channel_check_… in NativeMethods()385 …this.grpcsharp_channel_check_connectivity_state = DllImportsFromSharedLib.grpcsharp_channel_check_… in NativeMethods()692 …public static extern ChannelState grpcsharp_channel_check_connectivity_state(ChannelSafeHandle cha… in grpcsharp_channel_check_connectivity_state() method in Grpc.Core.Internal.NativeMethods.DllImportsFromStaticLib985 …public static extern ChannelState grpcsharp_channel_check_connectivity_state(ChannelSafeHandle cha… in grpcsharp_channel_check_connectivity_state() method in Grpc.Core.Internal.NativeMethods.DllImportsFromSharedLib
55 …'ChannelState grpcsharp_channel_check_connectivity_state(ChannelSafeHandle channel, int tryToConne…
419 grpcsharp_channel_check_connectivity_state(grpc_channel* channel, in grpcsharp_channel_check_connectivity_state() function