ChannelOptionIntValue Property |
Gets the integer value the ChannelOption.
Namespace: Grpc.CoreAssembly: Grpc.Core (in Grpc.Core.dll) Version: 0.6.1.0
Syntaxpublic int IntValue { get; }
Public ReadOnly Property IntValue As Integer
Get
public:
property int IntValue {
int get ();
}
member IntValue : int with get
Property Value
Type:
Int32
See Also