AsyncFlowControl.GetHashCode 方法

定义

获取当前 AsyncFlowControl 结构的哈希代码。Gets a hash code for the current AsyncFlowControl structure.

public:
 override int GetHashCode();
public override int GetHashCode ();
override this.GetHashCode : unit -> int
Public Overrides Function GetHashCode () As Integer

返回

Int32

当前 AsyncFlowControl 结构的哈希代码。A hash code for the current AsyncFlowControl structure.

适用于