Property | Type | Description | |
---|---|---|---|
iprot_ | |||
oprot_ | |||
seqid_ | int |
Method | Description | |
---|---|---|
Begin_multiply ( AsyncCallback, callback, object state, int n1, int n2 ) : IAsyncResult | ||
Client ( |
||
Client ( |
||
End_multiply ( IAsyncResult asyncResult ) : int | ||
multiply ( int n1, int n2 ) : int | ||
recv_multiply ( ) : int | ||
send_multiply ( AsyncCallback, callback, object state, int n1, int n2 ) : IAsyncResult | ||
send_multiply ( int n1, int n2 ) : void |
public Begin_multiply ( AsyncCallback, callback, object state, int n1, int n2 ) : IAsyncResult | ||
callback | AsyncCallback, | |
state | object | |
n1 | int | |
n2 | int | |
return | IAsyncResult |
public Client ( |
||
prot | ||
return | System |
public Client ( |
||
iprot | ||
oprot | ||
return | System |
public End_multiply ( IAsyncResult asyncResult ) : int | ||
asyncResult | IAsyncResult | |
return | int |
public send_multiply ( AsyncCallback, callback, object state, int n1, int n2 ) : IAsyncResult | ||
callback | AsyncCallback, | |
state | object | |
n1 | int | |
n2 | int | |
return | IAsyncResult |
public send_multiply ( int n1, int n2 ) : void | ||
n1 | int | |
n2 | int | |
return | void |
protected TProtocol,Thrift.Protocol iprot_ | ||
return |
protected TProtocol,Thrift.Protocol oprot_ | ||
return |