Method | Description | |
---|---|---|
Beginget_all_statistics ( string snat_pools, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_statistics ( string snat_pools, string members, System callback, object asyncState ) : System.IAsyncResult | ||
Beginget_version ( System callback, object asyncState ) : System.IAsyncResult | ||
Beginreset_statistics ( string snat_pools, string members, System callback, object asyncState ) : System.IAsyncResult | ||
Endget_all_statistics ( System asyncResult ) : iControl.LocalLBSNATPoolMemberSNATPoolMemberStatistics[] | ||
Endget_statistics ( System asyncResult ) : iControl.LocalLBSNATPoolMemberSNATPoolMemberStatistics[] | ||
Endget_version ( System asyncResult ) : string | ||
Endreset_statistics ( System asyncResult ) : void | ||
LocalLBSNATPoolMember ( ) : System |
Method | Description | |
---|---|---|
get_all_statistics ( string snat_pools ) : iControl.LocalLBSNATPoolMemberSNATPoolMemberStatistics[] | ||
get_statistics ( string snat_pools, string members ) : iControl.LocalLBSNATPoolMemberSNATPoolMemberStatistics[] | ||
get_version ( ) : string | ||
reset_statistics ( string snat_pools, string members ) : void |
public Beginget_all_statistics ( string snat_pools, System callback, object asyncState ) : System.IAsyncResult | ||
snat_pools | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_statistics ( string snat_pools, string members, System callback, object asyncState ) : System.IAsyncResult | ||
snat_pools | string | |
members | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginget_version ( System callback, object asyncState ) : System.IAsyncResult | ||
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Beginreset_statistics ( string snat_pools, string members, System callback, object asyncState ) : System.IAsyncResult | ||
snat_pools | string | |
members | string | |
callback | System | |
asyncState | object | |
return | System.IAsyncResult |
public Endget_all_statistics ( System asyncResult ) : iControl.LocalLBSNATPoolMemberSNATPoolMemberStatistics[] | ||
asyncResult | System | |
return | iControl.LocalLBSNATPoolMemberSNATPoolMemberStatistics[] |
public Endget_statistics ( System asyncResult ) : iControl.LocalLBSNATPoolMemberSNATPoolMemberStatistics[] | ||
asyncResult | System | |
return | iControl.LocalLBSNATPoolMemberSNATPoolMemberStatistics[] |
public Endget_version ( System asyncResult ) : string | ||
asyncResult | System | |
return | string |
public Endreset_statistics ( System asyncResult ) : void | ||
asyncResult | System | |
return | void |