Метод | Описание | |
---|---|---|
AddInsecurePort ( string addr ) : int | ||
AddSecurePort ( string addr, Grpc.Core.Internal.ServerCredentialsSafeHandle credentials ) : int | ||
CancelAllCalls ( ) : void | ||
NewServer ( Grpc.Core.Internal.ChannelArgsSafeHandle args ) : |
||
RegisterCompletionQueue ( |
||
RequestCall ( BatchCompletionDelegate callback, |
||
ShutdownAndNotify ( BatchCompletionDelegate callback, |
||
Start ( ) : void |
Метод | Описание | |
---|---|---|
ReleaseHandle ( ) : bool |
Метод | Описание | |
---|---|---|
ServerSafeHandle ( ) |
public AddInsecurePort ( string addr ) : int | ||
addr | string | |
Результат | int |
public AddSecurePort ( string addr, Grpc.Core.Internal.ServerCredentialsSafeHandle credentials ) : int | ||
addr | string | |
credentials | Grpc.Core.Internal.ServerCredentialsSafeHandle | |
Результат | int |
public static NewServer ( Grpc.Core.Internal.ChannelArgsSafeHandle args ) : |
||
args | Grpc.Core.Internal.ChannelArgsSafeHandle | |
Результат |
public RegisterCompletionQueue ( |
||
cq | ||
Результат | void |
public RequestCall ( BatchCompletionDelegate callback, |
||
callback | BatchCompletionDelegate | |
completionQueue | ||
Результат | void |
public ShutdownAndNotify ( BatchCompletionDelegate callback, |
||
callback | BatchCompletionDelegate | |
completionQueue | ||
Результат | void |