ChannelOption Constructor (String, Int32) |
Creates a channel option with an integer value.
Namespace: Grpc.CoreAssembly: Grpc.Core (in Grpc.Core.dll) Version: 0.6.1.0
Syntaxpublic ChannelOption(
string name,
int intValue
)
Public Sub New (
name As String,
intValue As Integer
)
public:
ChannelOption(
String^ name,
int intValue
)
new :
name : string *
intValue : int -> ChannelOption
Parameters
- name
- Type: SystemString
Name. - intValue
- Type: SystemInt32
Integer value.
See Also