iControl.ManagementSNMPConfiguration.Beginremove_storage_use_nfs C# (CSharp) Method

Beginremove_storage_use_nfs() public method

public Beginremove_storage_use_nfs ( long usage, System callback, object asyncState ) : System.IAsyncResult
usage long
callback System
asyncState object
return System.IAsyncResult
        public System.IAsyncResult Beginremove_storage_use_nfs(long usage, System.AsyncCallback callback, object asyncState)
        {
            return this.BeginInvoke("remove_storage_use_nfs", new object[] {
            usage}, callback, asyncState);
        }
ManagementSNMPConfiguration