Add delay before custom functoin

Add delay before custom functoin

Ok i have my custom function

$.fn.RefreshNoti = function(){}

but i want to delay it before it runs... how do i do that? $.delay(10000).$.fn.RefreshNot();